mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 18:20:22 -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,
|
||||
Xvar = 2,
|
||||
Qs = 3,
|
||||
Bhp = 4
|
||||
Bhp = 4,
|
||||
Next // For extension.
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user