mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use existing TimeMap, instead of creating new.
This commit is contained in:
parent
9f587fee21
commit
03a84a3ac4
@ -237,7 +237,7 @@ try
|
|||||||
rep = simulator.run(simtimer, state, well_state);
|
rep = simulator.run(simtimer, state, well_state);
|
||||||
} else {
|
} else {
|
||||||
// With a deck, we may have more epochs etc.
|
// With a deck, we may have more epochs etc.
|
||||||
Opm::TimeMapPtr timeMap(new Opm::TimeMap(deck));
|
Opm::TimeMapConstPtr timeMap = eclipseState->getSchedule()->getTimeMap();
|
||||||
|
|
||||||
std::cout << "\n\n================ Starting main simulation loop ===============\n"
|
std::cout << "\n\n================ Starting main simulation loop ===============\n"
|
||||||
<< " (number of report steps: "
|
<< " (number of report steps: "
|
||||||
|
Loading…
Reference in New Issue
Block a user