Merge pull request #4513 from akva2/remove_material_in_data_update

fixed: remove opm-material from data update script
This commit is contained in:
Bård Skaflestad
2023-03-06 13:51:28 +01:00
committed by GitHub

View File

@@ -276,7 +276,7 @@ else
fi
if [ -n "$CONVERT_ECL" ]
then
for dep in opm-common opm-grid opm-material opm-models
for dep in opm-common opm-grid opm-models
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`