Skip to content

Commit

Permalink
fix: adding folded fold frame creates a fold frame not structural frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Oct 13, 2021
1 parent b97f017 commit 36aa4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/modelling/core/geological_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ def create_and_add_folded_fold_frame(self, fold_frame_data,
interpolators = [fold_interpolator, gy_fold_interpolator,
frame_interpolator.copy()]
fold_frame_builder = StructuralFrameBuilder(
interpolators=interpolators, name=fold_frame_data, fold=fold, **kwargs)
interpolators=interpolators, name=fold_frame_data, fold=fold, frame=FoldFrame,**kwargs)
fold_frame_builder.add_data_from_data_frame(
self.data[self.data['feature_name'] == fold_frame_data])

Expand Down

0 comments on commit 36aa4b3

Please sign in to comment.