#!/bin/sh

# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions

cleanCase

rm -rf constant/polyMesh

rm -f 0/ref* 0/pointW

rm -f *.eps *.pdf *.png
