mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add Next enum member for later extension.
This commit is contained in:
parent
52d035940e
commit
614afad74b
@ -44,7 +44,8 @@ namespace Opm
|
|||||||
Sw = 1,
|
Sw = 1,
|
||||||
Xvar = 2,
|
Xvar = 2,
|
||||||
Qs = 3,
|
Qs = 3,
|
||||||
Bhp = 4
|
Bhp = 4,
|
||||||
|
Next // For extension.
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
Loading…
Reference in New Issue
Block a user