Skip to content
Snippets Groups Projects
Commit 3585caf2 authored by Andrew Heather's avatar Andrew Heather
Browse files

TUT: Tuorial updates

parent e545755e
No related merge requests found
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
if notTest $@
then
foamRunTutorials
else
echo "--- Skipping testing of tutorials in : $PWD" 1>&2
fi
#------------------------------------------------------------------------------
...@@ -44,7 +44,7 @@ postPro1 ...@@ -44,7 +44,7 @@ postPro1
{ {
cloud1 cloud1
{ {
type cloud; type geometryCloud;
cloud coalCloud1; cloud coalCloud1;
colourMap coolToWarm; colourMap coolToWarm;
representation sphere; representation sphere;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment