#!/bin/sh

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

#------------------------------------------------------------------------------

cleanCase && rm -rf 0

rm -rf *.out *.dat *.png scripts/__*
rm -rf scripts/result
rm -rf scripts/log.*
#------------------------------------------------------------------------------
