Remove obsolete time and convergence output.

This commit is contained in:
Atgeirr Flø Rasmussen
2017-11-17 15:28:52 +01:00
parent f2a51d29e7
commit 8bd441f431
2 changed files with 0 additions and 19 deletions

View File

@@ -690,11 +690,6 @@ namespace Opm
}
}
if (output_to_files_) {
std::string filename = output_dir_ + "/walltime.txt";
std::fstream tot_os(filename.c_str(), std::fstream::trunc | std::fstream::out);
successReport.reportParam(tot_os);
}
} else {
if (output_cout_) {
std::cout << "\n\n================ Simulation turned off ===============\n" << std::flush;