transformPoints: Added "End" message
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2059
This commit is contained in:
parent
f7775abfe4
commit
1c2c1d83e7
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue