Minor revision, mostly whitespace cleanup and comments.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-08-27 09:48:06 +02:00
parent ac1ec3e9ac
commit ba042c7241

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);
}
}