mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
fixed: remove opm-material from data update script
This commit is contained in:
@@ -276,7 +276,7 @@ else
|
|||||||
fi
|
fi
|
||||||
if [ -n "$CONVERT_ECL" ]
|
if [ -n "$CONVERT_ECL" ]
|
||||||
then
|
then
|
||||||
for dep in opm-common opm-grid opm-material opm-models
|
for dep in opm-common opm-grid opm-models
|
||||||
do
|
do
|
||||||
pushd $WORKSPACE/deps/$dep > /dev/null
|
pushd $WORKSPACE/deps/$dep > /dev/null
|
||||||
name=`printf "%-14s" $dep`
|
name=`printf "%-14s" $dep`
|
||||||
|
|||||||
Reference in New Issue
Block a user