Added reservoirs in EN_TANKCOUNT header comment

EN_TANKCOUNT is for both tanks and reservoirs.
This commit is contained in:
Marios Kyriakou
2016-08-08 12:26:14 +03:00
committed by GitHub
parent 1f5327a55e
commit 7dfa6111be

View File

@@ -140,7 +140,7 @@ typedef enum {
typedef enum { typedef enum {
EN_NODECOUNT = 0, /**< Number of Nodes (Juntions + Tanks + Reservoirs) */ 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_LINKCOUNT = 2, /**< Number of Links (Pipes + Pumps + Valves) */
EN_PATCOUNT = 3, /**< Number of Time Patterns */ EN_PATCOUNT = 3, /**< Number of Time Patterns */
EN_CURVECOUNT = 4, /**< Number of Curves */ EN_CURVECOUNT = 4, /**< Number of Curves */