mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: ensure cleanCase removes postProcessing-dry-run (#1475)
This commit is contained in:
committed by
Andrew Heather
parent
a753f0ac0b
commit
d13df0e4da
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user