#!/bin/sh

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

cleanCase
rm -rf Fieldview > /dev/null 2>&1
rm -rf EnSight > /dev/null 2>&1
