Skip to content

Commit

Permalink
FIX: Pass actual Roxar project to GridProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Nov 10, 2023
1 parent ade7672 commit 6bc0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtgeo/grid3d/grid_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def gridproperty_from_roxar(
"""
return GridProperty._read_roxar(
pname,
project,
gname,
pname,
realisation=realisation,
Expand Down

0 comments on commit 6bc0675

Please sign in to comment.