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
commit 84a3be856a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`