CONFIG: ensure cleanCase removes postProcessing-dry-run (#1475)

This commit is contained in:
Kutalmis Bercin
2019-11-01 17:43:01 +00:00
committed by Andrew Heather
parent a753f0ac0b
commit d13df0e4da

View File

@ -93,6 +93,7 @@ cleanPostProcessing()
{ {
rm -rf Ensight EnSight ensightWrite insitu VTK > /dev/null 2>&1 rm -rf Ensight EnSight ensightWrite insitu VTK > /dev/null 2>&1
rm -rf postProcessing > /dev/null 2>&1 rm -rf postProcessing > /dev/null 2>&1
rm -rf postProcessing-dry-run > /dev/null 2>&1
rm -rf cuttingPlane > /dev/null 2>&1 rm -rf cuttingPlane > /dev/null 2>&1
rm -rf surfaceSampling > /dev/null 2>&1 rm -rf surfaceSampling > /dev/null 2>&1
} }