Skip to content

Commit 4e567b7

Browse files
fix: Change to new thickness name in project file
1 parent 07b6078 commit 4e567b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/input/project_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, projectfile, use_thickness=None):
3030
thicknesses = dict(
3131
zip(
3232
projectfile["stratigraphicLog"].name,
33-
projectfile["stratigraphicLog"].thickness,
33+
projectfile["stratigraphicLog"].ThicknessMean,
3434
)
3535
)
3636
fault_properties = self.projectfile.faultLog

0 commit comments

Comments
 (0)