From 8c5e3836921666ed02077147cac9957a69ad3459 Mon Sep 17 00:00:00 2001 From: mariosmsk Date: Tue, 26 Mar 2019 17:06:32 +0200 Subject: [PATCH] Revert "Update epanet2_2.h" This reverts commit 060ca241718f44cad424e1f82200f32bdddc37da. --- include/epanet2_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/epanet2_2.h b/include/epanet2_2.h index fcbd099..c7774d3 100644 --- a/include/epanet2_2.h +++ b/include/epanet2_2.h @@ -998,7 +998,7 @@ typedef struct Project *EN_Project; @param[out] demandName The name of the selected category. @return an error code. - `demandName` must be sized to contain at least @ref EN_MAXMSG characters. + `demandName` must be sized to contain at least @ref EN_MAXID characters. */ int DLLEXPORT EN_getdemandname(EN_Project ph, int nodeIndex, int demandIndex, char *demandName); @@ -1010,7 +1010,7 @@ typedef struct Project *EN_Project; @param demandName the new name assigned to the category. @return Error code. - The category name must contain no more than @ref EN_MAXMSG characters. + The category name must contain no more than @ref EN_MAXID characters. */ int DLLEXPORT EN_setdemandname(EN_Project ph, int nodeIndex, int demandIdx, char *demandName);