fvAgglomerationMethods/Allwmake: Removed reference to Scotch

Resolves bug-report http://bugs.openfoam.org/view.php?id=2168
This commit is contained in:
Henry Weller
2016-08-01 17:05:16 +01:00
parent bfbe1e32be
commit 90d6c956da

View File

@ -15,16 +15,4 @@ fi
wmake $targetType pairPatchAgglomeration
## get SCOTCH_VERSION, SCOTCH_ARCH_PATH
if settings=`$WM_PROJECT_DIR/bin/foamEtcFile config.sh/scotch`
then
. $settings
echo "using SCOTCH_ARCH_PATH=$SCOTCH_ARCH_PATH"
else
echo
echo "Error: no config.sh/scotch settings"
echo
fi
#------------------------------------------------------------------------------