fixed: add ENERGY to switch to quell unhandled enum value warning
This commit is contained in:
parent
c9c4c81661
commit
0c1ed25eb1
@ -1482,7 +1482,7 @@ namespace Opm
|
||||
case Phase::GAS: return InjectionSpecification::GAS;
|
||||
case Phase::SOLVENT: OPM_THROW(std::invalid_argument, "Solvent injector is not supported.");
|
||||
case Phase::POLYMER: OPM_THROW(std::invalid_argument, "Polymer injector is not supported.");
|
||||
|
||||
case Phase::ENERGY: OPM_THROW(std::invalid_argument, "Energy injector is not supported.");
|
||||
}
|
||||
OPM_THROW(std::logic_error, "Invalid state." );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user