From 7dfa6111bec012d86566b4df2183bb04edf89ad6 Mon Sep 17 00:00:00 2001 From: Marios Kyriakou Date: Mon, 8 Aug 2016 12:26:14 +0300 Subject: [PATCH] Added reservoirs in EN_TANKCOUNT header comment EN_TANKCOUNT is for both tanks and reservoirs. --- include/epanet2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/epanet2.h b/include/epanet2.h index 5b6f20a..5a117c7 100755 --- a/include/epanet2.h +++ b/include/epanet2.h @@ -140,7 +140,7 @@ typedef enum { typedef enum { EN_NODECOUNT = 0, /**< Number of Nodes (Juntions + Tanks + Reservoirs) */ - EN_TANKCOUNT = 1, /**< Number of Tanks */ + EN_TANKCOUNT = 1, /**< Number of Tanks and Reservoirs */ EN_LINKCOUNT = 2, /**< Number of Links (Pipes + Pumps + Valves) */ EN_PATCOUNT = 3, /**< Number of Time Patterns */ EN_CURVECOUNT = 4, /**< Number of Curves */