Abaqus 2019 is already there

This commit is contained in:
Martin Diehl 2019-09-19 23:31:45 -07:00
parent a70779965c
commit 70b864e745
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ getDetails cmake --version
firstLevel "Abaqus" firstLevel "Abaqus"
cd installation/mods_Abaqus # to have the right environment file cd installation/mods_Abaqus # to have the right environment file
for executable in abaqus abq2017 abq2018; do for executable in abaqus abq2017 abq2018 abq2019; do
getDetails $executable 'information=all' getDetails $executable 'information=all'
done done
cd ../.. cd ../..