mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added forgotten argument to function.
This commit is contained in:
parent
6620a1b5cd
commit
87c68cf783
@ -703,7 +703,7 @@ main(int argc, char** argv)
|
|||||||
// Report timestep and (optionally) write state to disk.
|
// Report timestep and (optionally) write state to disk.
|
||||||
simtimer.report(std::cout);
|
simtimer.report(std::cout);
|
||||||
if (output && (simtimer.currentStepNum() % output_interval == 0)) {
|
if (output && (simtimer.currentStepNum() % output_interval == 0)) {
|
||||||
outputState(*grid->c_grid(), state, simtimer.currentStepNum(), output_dir);
|
outputState(*grid->c_grid(), state, simtimer.currentStepNum(), output_dir, reorder_model);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Solve pressure.
|
// Solve pressure.
|
||||||
|
Loading…
Reference in New Issue
Block a user