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