#4736 Project renames

This commit is contained in:
Gaute Lindkvist
2019-09-19 14:02:23 +02:00
parent 9a0f135431
commit 505660f9d6
2 changed files with 30 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ import rips
resinsight = rips.Instance.find()
if resinsight is not None:
cases = resinsight.project.selectedCases()
cases = resinsight.project.selected_cases()
print ("Got " + str(len(cases)) + " cases: ")
for case in cases: