Skip to content

Commit

Permalink
Update epanet2_enums.h
Browse files Browse the repository at this point in the history
Fixed option and spacing
  • Loading branch information
lbutler committed Mar 16, 2023
1 parent 6bc1efa commit 56c569b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/epanet2_enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ typedef enum {
The available choices for pressure units for the \b EN_PRESS_UNITS option in @ref EN_getoption
and @ref EN_setoption. For networks using US Customary units for flow ( \b EN_CFS through
\b EN_AFD ) pressure units can only be set as PSI. For network using metric units, you can
select either \b EN_MTR or \b EN_KPA.
select either \b EN_METERS or \b EN_KPA.
*/
typedef enum {
EN_PSI = 0, //!< Pounds per square inch
EN_KPA = 1, //!< Kilopascals
EN_PSI = 0, //!< Pounds per square inch
EN_KPA = 1, //!< Kilopascals
EN_METERS = 2 //!< Meters
} EN_PressUnits;

Expand Down

0 comments on commit 56c569b

Please sign in to comment.