Skip to content

Commit 267959f

Browse files
committed
Update documentation
1 parent c11bab1 commit 267959f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/properties.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ factors are constant numbers:
6969
invert=True,
7070
method=METHOD,
7171
)
72-
sw = sw_func.compute(CALC)[0]
72+
sw = sw_func.compute(CALC)["SW"]
7373
sw.values[poro.values < 0.05] = 1.0 # 100% water when low porosity
7474
sw.to_roxar(project, GRIDNAME, SW_RESULT)
7575

0 commit comments

Comments
 (0)