add option EN_HEADLOSSFORM in function ENgetoption
This commit is contained in:
@@ -139,6 +139,7 @@ Public Const EN_DEMANDMULT = 4
|
||||
Public Const EN_HEADERROR = 5
|
||||
Public Const EN_FLOWCHANGE = 6
|
||||
Public Const EN_DEMANDDEFPAT = 7
|
||||
Public Const EN_HEADLOSSFORM = 8
|
||||
|
||||
Public Const EN_LOWLEVEL = 0 ' Control types
|
||||
Public Const EN_HILEVEL = 1
|
||||
|
||||
@@ -226,7 +226,8 @@ typedef enum {
|
||||
EN_DEMANDMULT = 4,
|
||||
EN_HEADERROR = 5,
|
||||
EN_FLOWCHANGE = 6,
|
||||
EN_DEMANDDEFPAT = 7
|
||||
EN_DEMANDDEFPAT = 7,
|
||||
EN_HEADLOSSFORM = 8
|
||||
} EN_Option;
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -123,6 +123,8 @@ Public Const EN_EMITEXPON = 3
|
||||
Public Const EN_DEMANDMULT = 4
|
||||
Public Const EN_HEADERROR = 5
|
||||
Public Const EN_FLOWCHANGE = 6
|
||||
Public Const EN_DEMANDDEFPAT = 7
|
||||
Public Const EN_HEADLOSSFORM = 8
|
||||
|
||||
Public Const EN_LOWLEVEL = 0 ' Control types
|
||||
Public Const EN_HILEVEL = 1
|
||||
|
||||
Reference in New Issue
Block a user