mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
- removed not nice comments
- made output text nicer
This commit is contained in:
@@ -349,10 +349,8 @@ static inline int start(int argc, char **argv, bool registerParams=true)
|
||||
std::cout << tmp << std::endl << std::endl;
|
||||
}
|
||||
else
|
||||
std::cout << "eWoms " << versionString
|
||||
<< " will now start the trip. "
|
||||
<< "Please sit back, relax and enjoy the ride.\n"
|
||||
<< std::flush;
|
||||
std::cout << "opm models " << versionString
|
||||
<< " will now start the simulation. " << std::endl;
|
||||
}
|
||||
|
||||
// print the parameters if requested
|
||||
@@ -393,9 +391,7 @@ static inline int start(int argc, char **argv, bool registerParams=true)
|
||||
simulator.run();
|
||||
|
||||
if (myRank == 0) {
|
||||
std::cout << "eWoms reached the destination. If it is not the one that was intended, "
|
||||
<< "change the booking and try again.\n"
|
||||
<< std::flush;
|
||||
std::cout << "Simulation completed" << std::endl; "
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user