From 92e10a18b06f96a8da0dba43f222cdaa1219a74b Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Tue, 19 Jun 2018 10:41:30 -0400 Subject: [PATCH] Added new convergence options to epanet2.h --- include/epanet2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/epanet2.h b/include/epanet2.h index ebd367b..81b469e 100644 --- a/include/epanet2.h +++ b/include/epanet2.h @@ -212,7 +212,9 @@ typedef enum { EN_ACCURACY = 1, EN_TOLERANCE = 2, EN_EMITEXPON = 3, - EN_DEMANDMULT = 4 + EN_DEMANDMULT = 4, + EN_HEADERROR = 5, + EN_FLOWCHANGE = 6 } EN_Option; typedef enum {