Skip to content
Snippets Groups Projects
Commit 88d4cca4 authored by Henry's avatar Henry
Browse files

fvAgglomerationMethods/Allwmake: Better check for the availability of

libMGridGen
parent c8717838
Branches
Tags
No related merge requests found
......@@ -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
......
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