mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #112 from GitPaean/fix_using_new_timer
A small fix to make sim_fibo_ad use the new SimulatorTimer.
This commit is contained in:
@@ -412,6 +412,7 @@ namespace Opm
|
||||
|
||||
// advance to next timestep before reporting at this location
|
||||
++timer;
|
||||
break; // this is a temporary measure
|
||||
}
|
||||
|
||||
total_timer.stop();
|
||||
|
||||
Reference in New Issue
Block a user