mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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
|
// 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -211,4 +211,7 @@ case "$action" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# For log collector:
|
||||||
|
echo "End"
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user