Skip to content
Snippets Groups Projects
Commit d57464a9 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 1197304b
Branches
Tags
No related merge requests found
......@@ -308,6 +308,8 @@ int main(int argc, char *argv[])
Info<< "Writing points into directory " << points.path() << nl << endl;
points.write();
Info<< "End\n" << endl;
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