Updating the docs
This commit is contained in:
@@ -298,6 +298,7 @@ These are the toolkit's enumerated types whose members are used as function argu
|
|||||||
\enum EN_RuleVariable
|
\enum EN_RuleVariable
|
||||||
\enum EN_RuleOperator
|
\enum EN_RuleOperator
|
||||||
\enum EN_RuleStatus
|
\enum EN_RuleStatus
|
||||||
|
\def EN_MISSING
|
||||||
@}
|
@}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
Authors: see AUTHORS
|
Authors: see AUTHORS
|
||||||
Copyright: see AUTHORS
|
Copyright: see AUTHORS
|
||||||
License: see LICENSE
|
License: see LICENSE
|
||||||
Last Updated: 11/04/2019
|
Last Updated: 11/06/2019
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -463,6 +463,6 @@ typedef enum {
|
|||||||
EN_R_IS_ACTIVE = 3 //!< Control valve is active
|
EN_R_IS_ACTIVE = 3 //!< Control valve is active
|
||||||
} EN_RuleStatus;
|
} EN_RuleStatus;
|
||||||
|
|
||||||
#define EN_MISSING -1.E10
|
#define EN_MISSING -1.E10 //!< Missing value indicator
|
||||||
|
|
||||||
#endif //EPANET2_ENUMS_H
|
#endif //EPANET2_ENUMS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user