File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,13 +328,13 @@ class AnalysisStatistic(enum.Enum):
328328
329329
330330class CountType (enum .Enum ):
331- NODECOUNT = EN_NODECOUNT
332- TANKCOUNT = EN_TANKCOUNT
333- LINKCOUNT = EN_LINKCOUNT
334- PATCOUNT = EN_PATCOUNT
335- CURVECOUNT = EN_CURVECOUNT
336- CONTROLCOUNT = EN_CONTROLCOUNT
337- RULECOUNT = EN_RULECOUNT
331+ NODES = EN_NODECOUNT
332+ TANKS = EN_TANKCOUNT
333+ LINKS = EN_LINKCOUNT
334+ PTRNS = EN_PATCOUNT
335+ CURVS = EN_CURVECOUNT
336+ CTRLS = EN_CONTROLCOUNT
337+ RULES = EN_RULECOUNT
338338
339339
340340class NodeType (enum .Enum ):
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ def test_qual_step(handle):
8989
9090def test_report (handle ):
9191
92+ nlinks = en .rprt_getcount (handle , en .CountType .LINKS )
9293 en .hydr_solve (handle )
9394 en .qual_solve (handle )
9495
You can’t perform that action at this time.
0 commit comments