ENH: Updating changes from 2.2.0

This commit is contained in:
andy
2013-03-07 12:55:52 +00:00
parent 16dbee4477
commit 0cc8a4f816
6 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
# \\/ M anipulation |
#-------------------------------------------------------------------------------
# License
@ -83,7 +83,7 @@ type -P gnuplot &>/dev/null || {
exit 1
}
SETSDIR="../sets"
SETSDIR="../postProcessing/sets"
if [ ! -d $SETSDIR ]
then
@ -93,7 +93,7 @@ fi
# paths to data
LATESTTIME=`ls $SETSDIR`
OFDATAROOT=../sets/$LATESTTIME
OFDATAROOT=$SETSDIR/$LATESTTIME
EXPTDATAROOT=./exptData