moved tuts in line with change in application structure

This commit is contained in:
andy
2009-03-26 13:50:12 +00:00
parent 6bdf87c041
commit ecb14e0546
30 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd periodicCube
rm -rf 0
rm -rf Ar-Ar
rm -rf constant/idList
cleanCase
cd ..