A small fixing to make the sim_fibo_ad using the new timer.

This commit is contained in:
Kai Bao
2014-03-27 11:15:55 +01:00
parent d4f1a89370
commit 0914841823
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();