changed: rename ewoms to opm-models

This commit is contained in:
Arne Morten Kvarving
2019-08-23 08:34:32 +02:00
parent 0466e3fdd7
commit ba698abfd1
7 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ then
else
echo -e "Reason: $REASON\n" >> /tmp/cmsg
fi
for dep in libecl opm-common opm-grid opm-material ewoms
for dep in libecl opm-common opm-grid opm-material opm-models
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`