add some breakpoints for debug

This commit is contained in:
Kai Bao
2014-04-09 09:45:59 +02:00
parent e699f9e135
commit 84b98d5f31
2 changed files with 16 additions and 0 deletions

View File

@@ -345,6 +345,10 @@ namespace Opm
outputWellStateMatlab(well_state,timer.currentStepNum(), output_dir_);
}
// added by Paean
// std::cout << " output in simulator 1 " << std::endl;
// std::cin.ignore();
// added by Paean end
SimulatorReport sreport;
@@ -409,6 +413,10 @@ namespace Opm
outputWellStateMatlab(well_state,timer.currentStepNum(), output_dir_);
tstep_os.close();
}
// added by Paean
// std::cout << " output in simulator 2 " << std::endl;
// std::cin.ignore();
// added by Paean end
// advance to next timestep before reporting at this location
// ++timer; // Commented out since this has temporarily moved to the main() function.