mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-27 18:06:26 -06:00
GasLiftSingleWellGeneric: optionally instantiate for float
This commit is contained in:
parent
607160a47a
commit
ef1ff30a97
@ -1890,4 +1890,8 @@ BasicRates(const LimitedRates& rates)
|
||||
|
||||
template class GasLiftSingleWellGeneric<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class GasLiftSingleWellGeneric<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user