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:
Atgeirr Flø Rasmussen
2014-03-28 13:51:22 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -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();