Skip to content

Commit

Permalink
fix: adding builders for fold and folded frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Sep 14, 2021
1 parent 7c314a0 commit a6b61fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions LoopStructural/modelling/core/geological_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,6 @@ def create_and_add_folded_foliation(self, foliation_data, fold_frame=None, svari
else:
fold_limb_rotation.fit_fourier_series(wl=l_wl,**kwargs)
fold.fold_limb_rotation = fold_limb_rotation
# fold_limb_fitter = kwargs.get("fold_limb_function",
# _interpolate_fold_limb_rotation_angle)
# fold_limb_fitter(series_builder, fold_frame, fold, result, **kwargs)
kwargs['fold_weights'] = kwargs.get('fold_weights', {})

self._add_faults(series_builder)
Expand Down
Empty file.
Empty file.

0 comments on commit a6b61fb

Please sign in to comment.