remove redundant paratheses from comments
This commit is contained in:
10
src/epanet.c
10
src/epanet.c
@@ -5703,7 +5703,7 @@ int DLLEXPORT EN_setpremisestatus(EN_Project p, int ruleIndex, int premiseIndex,
|
|||||||
** Input: ruleIndex = rule index
|
** Input: ruleIndex = rule index
|
||||||
** premiseIndex = premise index
|
** premiseIndex = premise index
|
||||||
** status = object status being tested against
|
** status = object status being tested against
|
||||||
** (see EN_RuleStatus))
|
** (see EN_RuleStatus)
|
||||||
** Output: none
|
** Output: none
|
||||||
** Returns: error code
|
** Returns: error code
|
||||||
** Purpose: sets the status of an object being tested against
|
** Purpose: sets the status of an object being tested against
|
||||||
@@ -5755,7 +5755,7 @@ int DLLEXPORT EN_getthenaction(EN_Project p, int ruleIndex, int actionIndex,
|
|||||||
** Input: ruleIndex = rule index
|
** Input: ruleIndex = rule index
|
||||||
** actionIndex = index of a rule's THEN actions
|
** actionIndex = index of a rule's THEN actions
|
||||||
** Output: linkIndex = index of link appearing in the action
|
** Output: linkIndex = index of link appearing in the action
|
||||||
** status = status assigned to the link (see EN_RuleStatus))
|
** status = status assigned to the link (see EN_RuleStatus)
|
||||||
** setting = setting assigned to the link
|
** setting = setting assigned to the link
|
||||||
** Returns: error code
|
** Returns: error code
|
||||||
** Purpose: retrieves the properties of a rule's THEN action
|
** Purpose: retrieves the properties of a rule's THEN action
|
||||||
@@ -5783,7 +5783,7 @@ int DLLEXPORT EN_setthenaction(EN_Project p, int ruleIndex, int actionIndex,
|
|||||||
** Input: ruleIndex = rule index
|
** Input: ruleIndex = rule index
|
||||||
** actionIndex = index of a rule's THEN actions
|
** actionIndex = index of a rule's THEN actions
|
||||||
** linkIndex = index of link appearing in the action
|
** linkIndex = index of link appearing in the action
|
||||||
** status = status assigned to the link (see EN_RuleStatus))
|
** status = status assigned to the link (see EN_RuleStatus)
|
||||||
** setting = setting assigned to the link
|
** setting = setting assigned to the link
|
||||||
** Returns: error code
|
** Returns: error code
|
||||||
** Purpose: sets the properties of a rule's THEN action
|
** Purpose: sets the properties of a rule's THEN action
|
||||||
@@ -5811,7 +5811,7 @@ int DLLEXPORT EN_getelseaction(EN_Project p, int ruleIndex, int actionIndex,
|
|||||||
** Input: ruleIndex = rule index
|
** Input: ruleIndex = rule index
|
||||||
** actionIndex = index of a rule's ELSE actions
|
** actionIndex = index of a rule's ELSE actions
|
||||||
** Output: linkIndex = index of link appearing in the action
|
** Output: linkIndex = index of link appearing in the action
|
||||||
** status = status assigned to the link (see EN_RuleStatus))
|
** status = status assigned to the link (see EN_RuleStatus)
|
||||||
** setting = setting assigned to the link
|
** setting = setting assigned to the link
|
||||||
** Returns: error code
|
** Returns: error code
|
||||||
** Purpose: retrieves the properties of a rule's ELSE action
|
** Purpose: retrieves the properties of a rule's ELSE action
|
||||||
@@ -5839,7 +5839,7 @@ int DLLEXPORT EN_setelseaction(EN_Project p, int ruleIndex, int actionIndex,
|
|||||||
** Input: ruleIndex = rule index
|
** Input: ruleIndex = rule index
|
||||||
** actionIndex = index of a rule's ELSE actions
|
** actionIndex = index of a rule's ELSE actions
|
||||||
** linkIndex = index of link appearing in the action
|
** linkIndex = index of link appearing in the action
|
||||||
** status = status assigned to the link (see EN_RuleStatus))
|
** status = status assigned to the link (see EN_RuleStatus)
|
||||||
** setting = setting assigned to the link
|
** setting = setting assigned to the link
|
||||||
** Returns: error code
|
** Returns: error code
|
||||||
** Purpose: sets the properties of a rule's ELSE action
|
** Purpose: sets the properties of a rule's ELSE action
|
||||||
|
|||||||
@@ -466,7 +466,7 @@ void writemassbalance(Project *pr)
|
|||||||
** Input: none
|
** Input: none
|
||||||
** Output: none
|
** Output: none
|
||||||
** Purpose: writes water quality mass balance ratio
|
** Purpose: writes water quality mass balance ratio
|
||||||
** (Outflow + Final Storage) / Inflow + Initial Storage)
|
** (Outflow + Final Storage) / Inflow + Initial Storage
|
||||||
** to report file.
|
** to report file.
|
||||||
**-------------------------------------------------------------
|
**-------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user