New commit, NOSIM keyword

This commit is contained in:
Edvin Brudevoll
2015-04-09 11:47:17 +02:00
parent 0d1cce2f26
commit 7aa8d91f2d

View File

@@ -274,23 +274,9 @@ try
warnIfUnusedParams(param);
}
} else {
outputWriter.writeInit( simtimer );
std::cout << "\n\n================ Simulation turned off ===============\n" << std::flush;
}
// std::cout << "\n\n================ Starting main simulation loop ===============\n"
// << std::flush;
// SimulatorReport fullReport = simulator.run(simtimer, state);
// std::cout << "\n\n================ End of simulation ===============\n\n";
// fullReport.report(std::cout);
// if (output) {
// std::string filename = output_dir + "/walltime.txt";
// std::fstream tot_os(filename.c_str(),std::fstream::trunc | std::fstream::out);
// fullReport.reportParam(tot_os);
// warnIfUnusedParams(param);
// }
}
catch (const std::exception &e) {
std::cerr << "Program threw an exception: " << e.what() << "\n";