TUT: add End marker for tutorials

This commit is contained in:
Mark Olesen
2018-12-11 16:25:28 +01:00
parent a1cc72f8ac
commit 98158f5409
4 changed files with 10 additions and 1 deletions

View File

@ -88,6 +88,7 @@ int main(int argc, char *argv[])
{ {
// Create a box block mesh with cyclic patches // Create a box block mesh with cyclic patches
#include "createBlockMesh.H" #include "createBlockMesh.H"
Info<< "\nEnd\n" << endl;
return 0; return 0;
} }
@ -182,7 +183,6 @@ int main(int argc, char *argv[])
runTime.printExecutionTime(Info); runTime.printExecutionTime(Info);
Info<< "End\n" << endl; Info<< "End\n" << endl;
return 0; return 0;
} }

View File

@ -211,4 +211,7 @@ case "$action" in
;; ;;
esac esac
# For log collector:
echo "End"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -170,4 +170,7 @@ log "done"
# Remove the lock file too # Remove the lock file too
\rm -f $lockFile 2>/dev/null \rm -f $lockFile 2>/dev/null
# For log collector:
echo "End"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -171,4 +171,7 @@ log "done"
# Remove the lock file too # Remove the lock file too
\rm -f $lockFile 2>/dev/null \rm -f $lockFile 2>/dev/null
# For log collector:
echo "End"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------