From e06368eca0fe51a9de867bb79e2a35cd8914dc4e Mon Sep 17 00:00:00 2001 From: Elad Salomons Date: Wed, 15 Aug 2018 16:45:51 +0300 Subject: [PATCH] Adtional chnage for #208 --- include/epanet2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/epanet2.h b/include/epanet2.h index b41ae0f..0470d9e 100644 --- a/include/epanet2.h +++ b/include/epanet2.h @@ -248,9 +248,9 @@ typedef enum { typedef enum { EN_CONST_HP = 0, /* constant horsepower */ EN_POWER_FUNC = 1, /* power function */ - EN_CUSTOM = 2 /* user-defined custom curve */ -} EN_CurveType; - + EN_CUSTOM = 2, /* user-defined custom curve */ + EN_NOCURVE = 3 /* no curve */ +} EN_PumpType; typedef enum { EN_V_CURVE = 0, /* volume curve */