mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
transformPoints: Added "End" message
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2059
This commit is contained in:
@ -308,6 +308,8 @@ int main(int argc, char *argv[])
|
|||||||
Info<< "Writing points into directory " << points.path() << nl << endl;
|
Info<< "Writing points into directory " << points.path() << nl << endl;
|
||||||
points.write();
|
points.write();
|
||||||
|
|
||||||
|
Info<< "End\n" << endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user