mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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