#!/bin/bash
cd "${0%/*}" || exit 1    # Run from this directory

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

cleanCase
rm -rf ./*.png 0/d.gas* 0/uniform/ 0/integerMoment* 0/add* 0/divide* 0/multiply*

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