utilities/mesh/manipulation: Rationalized "End" message

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

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -96,6 +96,8 @@ int main(int argc, char *argv[])
Info<< "Writing points into directory " << points.path() << nl << endl;
points.write();
Info<< "End\n" << endl;
return 0;
}