STYLE: remove unneeded sourcing of scotch

This commit is contained in:
Mark Olesen
2016-06-16 10:22:58 +02:00
parent 3fc2ec183d
commit a39ffa66f2

View File

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