fixed reporting of MSC root

This commit is contained in:
Duancheng Ma 2014-01-29 15:50:59 +00:00
parent f5231e5bf3
commit f0ee9a56eb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [ ! -z "$PS1" ]; then
if [ "x$IMKL_ROOT" != "x" ]; then
echo "IMKL libaries located in $IMKL_ROOT"
fi
echo "MSC.Marc root $MARC_ROOT"
echo "MSC.Marc/Mentat root $MSC_ROOT"
echo "FFTW libaries located in $FFTW_ROOT"
echo "HDF5 libaries located in $HDF5_ROOT (future use)"
fi