Skip to content
Snippets Groups Projects
Commit f1b15b76 authored by andy's avatar andy
Browse files

ENH: Added removal of postProcessing folder to tutorial clean functions

parent c619e120
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment