fvAgglomerationMethods/Allwmake: Better check for the availability of

libMGridGen
This commit is contained in:
Henry
2013-09-25 13:06:46 +01:00
parent c8717838f4
commit 88d4cca45b

View File

@ -5,7 +5,7 @@ set -x
export ParMGridGen=$WM_THIRD_PARTY_DIR/ParMGridGen-1.0
if [ -d "$ParMGridGen/MGridGen/Lib" ]
if [ -e "$FOAM_LIBBIN/libMGridGen.so" ]
then
wmake $makeType MGridGenGamgAgglomeration
fi