fixed: remove opm-material from data update script

This commit is contained in:
Arne Morten Kvarving
2023-03-06 12:02:09 +01:00
parent fb076a7acc
commit bd767923b3
+1 -1
View File
@@ -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`