Skip to content

Commit

Permalink
Revert "fix-linkpumptype"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk authored Aug 1, 2024
1 parent 1e30705 commit 30a7f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epyt/epanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3504,7 +3504,7 @@ def getLinkPumpType(self):
v = self.getLinkPumpTypeCode()
pType = []
for i in v:
pType.append(self.TYPEPUMP[i-1])
pType.append(self.TYPEPUMP[i])
return pType

def getLinkPumpTypeCode(self):
Expand Down

0 comments on commit 30a7f4f

Please sign in to comment.