Squashed merge of particleInteractions up to commit e7cb5bcf0315c359539ef1e715e1d51991343391
12 lines
282 B
Bash
Executable File
12 lines
282 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
rm -rf 0 t_vs_cm t_vs_lv shm.eps > /dev/null 2>&1
|
|
|
|
cleanCase
|
|
|
|
# ----------------------------------------------------------------- end-of-file
|