Updating docs for added pressure units
This commit is contained in:
@@ -432,7 +432,6 @@ void initunits(Project *pr)
|
||||
strcpy(rpt->Field[DEMAND].Units, RptFlowUnitsTxt[parser->Flowflag]);
|
||||
strcpy(rpt->Field[ELEV].Units, u_FEET);
|
||||
strcpy(rpt->Field[HEAD].Units, u_FEET);
|
||||
strcpy(rpt->Field[PRESSURE].Units, u_PSI);
|
||||
strcpy(rpt->Field[LENGTH].Units, u_FEET);
|
||||
strcpy(rpt->Field[DIAM].Units, u_INCHES);
|
||||
strcpy(rpt->Field[FLOW].Units, RptFlowUnitsTxt[parser->Flowflag]);
|
||||
|
||||
@@ -1884,8 +1884,8 @@ int optionchoice(Project *pr, int n)
|
||||
** those listed below, or -1 otherwise
|
||||
** Purpose: processes fixed choice [OPTIONS] data
|
||||
** Formats:
|
||||
** UNITS CFS/GPM/MGD/IMGD/AFD/LPS/LPM/MLD/CMH/CMD/CMS/SI
|
||||
** PRESSURE PSI/KPA/M
|
||||
** UNITS CFS/GPM/MGD/IMGD/AFD/LPS/LPM/MLD/CMH/CMD/CMS
|
||||
** PRESSURE PSI/KPA/METERS/BAR/FEET
|
||||
** HEADLOSS H-W/D-W/C-M
|
||||
** HYDRAULICS USE/SAVE filename
|
||||
** QUALITY NONE/AGE/TRACE/CHEMICAL (TraceNode)
|
||||
|
||||
Reference in New Issue
Block a user