Skip to content

Commit

Permalink
fix: add get data
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Mar 25, 2024
1 parent 0581fb1 commit c5ec096
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ def evaluate_on_surface(self, location):
fault_strike = self.fault_frame.features[2].evaluate_value(location)
d = self.displacement.evaluate(fault_displacement, fault_strike)
return d

def get_data(self):
pass

0 comments on commit c5ec096

Please sign in to comment.