USEPA / EPANET2.2

Perform extended-period simulation of the hydraulic and water quality behavior within drinking water distribution systems
141 stars 54 forks source link

wrong documentation reg. the binary output #51

Open avigdev opened 3 years ago

avigdev commented 3 years ago

in types.h the pressure units are ordered like so: enum PressUnitsType /* Pressure units: */ {PSI, /* pounds per square inch */ KPA, /* kiloPascals */ METERS}; /* meters */ But in the manual (Appendix C4) they are ordered: Pressure Units Option 0 = psi 1 = meters 2 = kPa