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:
parent
3eb8403a2b
commit
74e3fc03aa
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user