Skip to content
Snippets Groups Projects
Commit 2c63bb3c authored by Timon Habenicht's avatar Timon Habenicht
Browse files

fixes error in SimulationTimeInformation

parent 5169b60c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ std::shared_ptr<LogFileInformation> SimulationTimeInformation::getNewInstance(st
std::string SimulationTimeInformation::getOutput()
{
makeCenterHead("Simulation Time Information");
oss << "FileWriting: " << fileWriting <<std::endl;
oss << "FileWriting: " << std::boolalpha << fileWriting <<std::endl;
oss << std::endl;
oss << "TestName \t \t \t" << " L\t\t" << "Time for Test" << std::endl;
oss << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment