mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 15:46:25 -06:00
Merge pull request #4513 from akva2/remove_material_in_data_update
fixed: remove opm-material from data update script
This commit is contained in:
commit
84a3be856a
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user