OpenWaterAnalytics/EPyT

getLinkComment calls wrong function __getNodeIndices

Closed this issue · 0 comments

Describe the bug
In the function of getLinkComment, __getlinkIndices is supposed to be called to get the link index.

indices = self.__getlinkIndices(*argv)

But in the code, __getNodeIndices is called:

indices = self.__getNodeIndices(*argv)