Skip to content

Commit

Permalink
add function loadlibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Aug 1, 2024
1 parent b0dd2b4 commit 03c825c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions epyt/epanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6499,6 +6499,9 @@ def initializeQualityAnalysis(self, *argv):
code = argv[0]
self.api.ENinitQ(code)

def loadlibrary(self):
self._lib = cdll.LoadLibrary(self.LibEPANET)

def loadEPANETFile(self, *argv):
""" Load epanet file when use bin functions.

Expand Down

0 comments on commit 03c825c

Please sign in to comment.