Skip to content

Commit 4f2489e

Browse files
committed
Update rips module and Python examples
1 parent 8f0f371 commit 4f2489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rips/PythonExamples/wells_and_fractures/append_lateral_to_well.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
target = lateral_geometry.append_well_target(coord)
6161

6262
# Append the lateral to the main well path
63-
well_path.append_lateral(lateral_well)
63+
well_path.append_lateral_from_geometry(lateral_well)

0 commit comments

Comments
 (0)