Skip to content

Commit c5ec096

Browse files
committed
fix: add get data
1 parent 0581fb1 commit c5ec096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LoopStructural/modelling/features/fault/_fault_function_feature.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ def evaluate_on_surface(self, location):
7777
fault_strike = self.fault_frame.features[2].evaluate_value(location)
7878
d = self.displacement.evaluate(fault_displacement, fault_strike)
7979
return d
80+
81+
def get_data(self):
82+
pass

0 commit comments

Comments
 (0)