Skip to content

Commit

Permalink
Update unitop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Oct 1, 2024
1 parent e6dbb12 commit fc20369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqsim/process/unitop.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def getConditionAnalysisMessage(self):
return 0.0 # Replace 0.0 with the actual pressure value or calculatio

@JOverride # Implement the missing 'needRecalculation' method
def needRecalculation():
def needRecalculation(self):
return True

@JOverride # Implement the missing 'getExergyChange' method
Expand Down

0 comments on commit fc20369

Please sign in to comment.