From 652b73aced44323acbbb877b6164dee44e7fee9b Mon Sep 17 00:00:00 2001 From: Sam Hatchett Date: Tue, 23 Jul 2013 09:26:11 -0400 Subject: [PATCH] removed some old lemontiger declarations. --- include/epanet2.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/include/epanet2.h b/include/epanet2.h index d851a43..bf46009 100644 --- a/include/epanet2.h +++ b/include/epanet2.h @@ -1,7 +1,7 @@ /* ******************************************************************* - TOOLKIT.H - Prototypes for EPANET Functions Exported to DLL Toolkit + EPANET2.H - Prototypes for EPANET Functions Exported to DLL Toolkit VERSION: 2.00 DATE: 5/8/00 @@ -253,21 +253,6 @@ extern "C" { int DLLEXPORT ENsetstatusreport(int); int DLLEXPORT ENsetqualtype(int qualcode, char *chemname, char *chemunits, char *tracenode); - //LemonTiger functions - /* See testLT.c for a LemonTiger test */ - - //LT equivalent to ENopenH() + ENopenQ() + ENinitH() + ENinitQ() - int DLLEXPORT ENopeninitHQ(); - - //LT equivalent to ENrunQ() + ENnextQ(); - int DLLEXPORT ENrunnextHQ(long*, long*); - - //LT equivalent to ENrunQ() + ENstepQ(); - int DLLEXPORT ENrunstepHQ(long*, long*); - - //LT equivalent to ENcloseH() + ENcloseQ(); - int DLLEXPORT ENcloseHQ(); - #if defined(__cplusplus) } #endif