corrected error in rewrite of comment

This commit is contained in:
hnil 2023-02-14 11:15:35 +01:00
parent 8a12f02db3
commit cf5cc122d4

View File

@ -391,7 +391,7 @@ static inline int start(int argc, char **argv, bool registerParams=true)
simulator.run();
if (myRank == 0) {
std::cout << "Simulation completed" << std::endl; "
std::cout << "Simulation completed" << std::endl;
}
return 0;
}