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:06:14 +01:00
parent b6498a8c05
commit 5a6fdc1dad

View file

@ -16,16 +16,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
#------------------------------------------------------------------------------