ENH: Added removal of postProcessing folder to tutorial clean functions

This commit is contained in:
andy
2012-11-22 10:16:24 +00:00
parent c619e12056
commit f1b15b766b

View File

@ -74,6 +74,7 @@ cleanCase()
cleanDynamicCode
rm -rf processor* > /dev/null 2>&1
rm -rf postProcessing > /dev/null 2>&1
rm -rf probes* > /dev/null 2>&1
rm -rf forces* > /dev/null 2>&1
rm -rf graphs* > /dev/null 2>&1