#4736 Case.py renames

This commit is contained in:
Gaute Lindkvist
2019-09-19 11:14:40 +02:00
parent c6dbc34183
commit e5987c26d7
13 changed files with 56 additions and 56 deletions

View File

@@ -6,7 +6,7 @@ import rips
resInsight = rips.Instance.find()
case = resInsight.project.case(id=0)
totalCellCount = case.cellCount().reservoir_cell_count
totalCellCount = case.cell_count().reservoir_cell_count
values = []
for i in range(0, totalCellCount):