You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
avigdev
added a commit
to avigdev/EPANET2.2
that referenced
this issue
Mar 11, 2021
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
The text was updated successfully, but these errors were encountered: