mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 11:47:56 -05:00
GasLiftStage2: optionally instantiate for float
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user