Skip to content

Commit 36aa4b3

Browse files
author
Lachlan Grose
committed
fix: adding folded fold frame creates a fold frame not structural frame
1 parent b97f017 commit 36aa4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/core/geological_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ def create_and_add_folded_fold_frame(self, fold_frame_data,
890890
interpolators = [fold_interpolator, gy_fold_interpolator,
891891
frame_interpolator.copy()]
892892
fold_frame_builder = StructuralFrameBuilder(
893-
interpolators=interpolators, name=fold_frame_data, fold=fold, **kwargs)
893+
interpolators=interpolators, name=fold_frame_data, fold=fold, frame=FoldFrame,**kwargs)
894894
fold_frame_builder.add_data_from_data_frame(
895895
self.data[self.data['feature_name'] == fold_frame_data])
896896

0 commit comments

Comments
 (0)