Fix vappars and dr[sv]dt logic
The simulator should either use VAPPERS or dr[sv]dt, both the combination drsdt and drvdt is allowed.
This commit is contained in:
@@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE(MULTFLT_IN_SCHEDULE) {
|
||||
auto deck = parser.parseFile(scheduleFile, parseContext);
|
||||
EclipseState state(deck, parseContext);
|
||||
const auto& trans = state.getTransMult();
|
||||
Schedule schedule(deck, state.getInputGrid(), state.get3DProperties(), state.runspec().phases(), parseContext);
|
||||
Schedule schedule(deck, state.getInputGrid(), state.get3DProperties(), state.runspec(), parseContext);
|
||||
const Events& events = schedule.getEvents();
|
||||
|
||||
BOOST_CHECK_EQUAL( 0.10 , trans.getMultiplier( 3,2,0,FaceDir::XPlus ));
|
||||
|
||||
Reference in New Issue
Block a user