Skip to content
Snippets Groups Projects
Commit 1c2c1d83 authored by Henry Weller's avatar Henry Weller
Browse files

transformPoints: Added "End" message

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2059
parent f7775abf
Branches
Tags
1 merge request!33Merge foundation
...@@ -308,6 +308,8 @@ int main(int argc, char *argv[]) ...@@ -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;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment