Minor revision, mostly whitespace cleanup and comments.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-08-27 09:48:06 +02:00
parent 12228d021a
commit cd1edde45d
5 changed files with 16 additions and 16 deletions

View File

@@ -277,9 +277,9 @@ main(int argc, char** argv)
rep.report(std::cout);
if (output) {
std::string filename = output_dir + "/walltime.param";
std::fstream tot_os(filename.c_str(),std::fstream::trunc | std::fstream::out);
rep.reportParam(tot_os);
std::string filename = output_dir + "/walltime.param";
std::fstream tot_os(filename.c_str(),std::fstream::trunc | std::fstream::out);
rep.reportParam(tot_os);
}
}