mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MRG: Resolve conflict with latest foundation merge
This commit is contained in:
@ -104,14 +104,7 @@ cleanCase()
|
||||
cleanSnappyFiles
|
||||
if [ -d constant/polyMesh ]
|
||||
then
|
||||
(cd constant/polyMesh && \
|
||||
rm -rf \
|
||||
allOwner* cell* face* meshModifiers* \
|
||||
owner* neighbour* point* edge* \
|
||||
cellLevel* pointLevel* refinementHistory* level0Edge* surfaceIndex* sets \
|
||||
boundary \
|
||||
> /dev/null 2>&1 \
|
||||
)
|
||||
rm -rf constant/polyMesh > /dev/null 2>&1
|
||||
fi
|
||||
if [ -d constant ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user