utilities/mesh/manipulation: Rationalized "End" message

This commit is contained in:
Henry Weller
2016-04-21 21:06:45 +01:00
parent d57464a99d
commit 0aaf154100
11 changed files with 13 additions and 11 deletions

View File

@ -499,7 +499,7 @@ int main(int argc, char *argv[])
// Write fields
runTime.write();
Info<< nl << "end" << endl;
Info<< "End\n" << endl;
return 0;
}