Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
98158f54
Commit
98158f54
authored
Dec 11, 2018
by
Mark OLESEN
Browse files
TUT: add End marker for tutorials
parent
a1cc72f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
applications/utilities/preProcessing/createBoxTurb/createBoxTurb.C
View file @
98158f54
...
...
@@ -88,6 +88,7 @@ int main(int argc, char *argv[])
{
// Create a box block mesh with cyclic patches
#include
"createBlockMesh.H"
Info
<<
"
\n
End
\n
"
<<
endl
;
return
0
;
}
...
...
@@ -182,7 +183,6 @@ int main(int argc, char *argv[])
runTime
.
printExecutionTime
(
Info
);
Info
<<
"End
\n
"
<<
endl
;
return
0
;
}
...
...
tutorials/compressible/rhoPimpleFoam/RAS/externalCoupledSquareBendLiq/externalSolver
View file @
98158f54
...
...
@@ -211,4 +211,7 @@ case "$action" in
;;
esac
# For log collector:
echo
"End"
#------------------------------------------------------------------------------
tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/externalSolver
View file @
98158f54
...
...
@@ -170,4 +170,7 @@ log "done"
# Remove the lock file too
\r
m
-f
$lockFile
2>/dev/null
# For log collector:
echo
"End"
#------------------------------------------------------------------------------
tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/externalSolver
View file @
98158f54
...
...
@@ -171,4 +171,7 @@ log "done"
# Remove the lock file too
\r
m
-f
$lockFile
2>/dev/null
# For log collector:
echo
"End"
#------------------------------------------------------------------------------
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment