eldemet 2b7f91980a Update epanet.c
Problem when compiling the DLL using the MSVC++ 2010 Express. 

Proposed change: Define `int iPoint;' before the for-loop

Error message reference: 
1>epanet.c(1767): error C2143: syntax error : missing ';' before 'type'
1>epanet.c(1767): error C2143: syntax error : missing ';' before 'type'
1>epanet.c(1767): error C2143: syntax error : missing ')' before 'type'
1>epanet.c(1767): error C2143: syntax error : missing ';' before 'type'
1>epanet.c(1767): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1767): warning C4552: '<' : operator has no effect; expected operator with side-effect
1>epanet.c(1767): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1767): error C2059: syntax error : ')'
1>epanet.c(1767): error C2143: syntax error : missing ';' before '{'
1>epanet.c(1768): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1769): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1770): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1771): error C2065: 'iPoint' : undeclared identifier
2013-07-16 15:14:38 +03:00
2013-01-21 17:53:48 -05:00
2011-01-21 16:27:27 +00:00
2013-01-08 12:16:34 -05:00
2013-07-16 15:14:38 +03:00
2013-01-07 12:32:23 -05:00
2013-05-14 17:37:18 -03:00

epanet

epanet base code

Note: This is not the "official" release of EPANET -- for that, please go to the USEPA website.

However, if you are interested in extending EPANET for academic, personal, or commercial use, then this is probably a good place to be.

Description
No description provided
Readme 11 MiB
Languages
C 78.8%
C++ 8.6%
C# 2.5%
Visual Basic 6.0 1.9%
Visual Basic .NET 1.9%
Other 6.3%