Update well filtering.

The new summaries contain WBHPH in addition to WBHP, causing the script
to find each well twice.
This commit is contained in:
Atgeirr Flø Rasmussen 2016-06-16 15:15:41 +02:00
parent 3eb8403a2b
commit 74e3fc03aa

View File

@ -19,7 +19,7 @@ done
WELLS=
for W in $ALLWELLS; do
WELL=`echo $W | grep WBHP`
WELL=`echo $W | grep WBHP | grep -v WBHPH`
if [ "$ALLOPTS" == "" ]; then
OPT=`echo $W | cut -d ":" -f 1`