Merge pull request #1110 from akva2/update_downstreams_ewoms

update downstream list
This commit is contained in:
Arne Morten Kvarving 2016-11-22 16:03:28 +01:00 committed by GitHub
commit 1edcdbc055

View File

@ -22,15 +22,15 @@ fi
# Downstream revisions
declare -a downstreams
downstreams=(opm-grid
ewoms
opm-simulators
opm-upscaling
ewoms)
opm-upscaling)
declare -A downstreamRev
downstreamRev[opm-grid]=master
downstreamRev[ewoms]=master
downstreamRev[opm-simulators]=master
downstreamRev[opm-upscaling]=master
downstreamRev[ewoms]=master
# Clone opm-common
pushd .