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

TUT: Tuorial updates

parent f0a7a307
Branches
Tags
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
{
cloud1
{
type cloud;
type geometryCloud;
cloud coalCloud1;
colourMap coolToWarm;
representation sphere;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment