Skip to content

Commit

Permalink
updating managers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaugule committed Sep 22, 2023
1 parent a1e39ee commit 79f693e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srlife/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def solve_reliability_volume(self, time):
self.solve_heat_transfer()
self.solve_structural()

return self.calculate_reliability_volume(time)
return self.calculate_reliability_volume_flaw(time)

def solve_reliability_surface(self, time):
"""User interface: solve everything and return receiver reliability
Expand All @@ -169,7 +169,7 @@ def solve_reliability_surface(self, time):
self.solve_heat_transfer()
self.solve_structural()

return self.calculate_reliability_surface(time)
return self.calculate_reliability_surface_flaw(time)

def solve_reliability_combined(self, time):
"""User interface: solve everything and return receiver reliability
Expand Down

0 comments on commit 79f693e

Please sign in to comment.