mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:11:55 -06:00
GasLiftStage2: optionally instantiate for float
This commit is contained in:
parent
ef1ff30a97
commit
bdcccf187c
@ -1150,4 +1150,8 @@ updateRates(const std::array<Scalar, 4>& delta)
|
||||
|
||||
template class GasLiftStage2<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class GasLiftStage2<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user