mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
corrected error in rewrite of comment
This commit is contained in:
parent
8a12f02db3
commit
cf5cc122d4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user