mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: add End marker for tutorials
This commit is contained in:
@ -88,6 +88,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
// Create a box block mesh with cyclic patches
|
||||
#include "createBlockMesh.H"
|
||||
Info<< "\nEnd\n" << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -182,7 +183,6 @@ int main(int argc, char *argv[])
|
||||
runTime.printExecutionTime(Info);
|
||||
|
||||
Info<< "End\n" << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user