From 5fafb4c3142f6b58daa15eb4bdc73d23fbd737ed Mon Sep 17 00:00:00 2001 From: Elad Salomons Date: Wed, 19 Jun 2019 16:28:47 +0300 Subject: [PATCH] Updating VB include files --- include/epanet2.bas | 1 + include/epanet2.vb | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/epanet2.bas b/include/epanet2.bas index db8c7af..391b0e9 100644 --- a/include/epanet2.bas +++ b/include/epanet2.bas @@ -35,6 +35,7 @@ Public Const EN_MIXFRACTION = 22 Public Const EN_TANK_KBULK = 23 Public Const EN_TANKVOLUME = 24 Public Const EN_MAXVOLUME = 25 +Public Const EN_CANOVERFLOW = 26 Public Const EN_DIAMETER = 0 ' Link parameters Public Const EN_LENGTH = 1 diff --git a/include/epanet2.vb b/include/epanet2.vb index 9eca671..347233f 100644 --- a/include/epanet2.vb +++ b/include/epanet2.vb @@ -38,8 +38,9 @@ Public Const EN_MAXLEVEL = 21 Public Const EN_MIXFRACTION = 22 Public Const EN_TANK_KBULK = 23 -Public Const EN_TANKVOLUME = 24 'ES +Public Const EN_TANKVOLUME = 24 Public Const EN_MAXVOLUME = 25 +Public Const EN_CANOVERFLOW = 26 Public Const EN_DIAMETER = 0 ' Link parameters Public Const EN_LENGTH = 1