mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:01:55 -06:00
GasLiftCommon: optionally instantiate for float
This commit is contained in:
parent
4264e21135
commit
0b5a5e754c
@ -105,4 +105,8 @@ logMessage_(const std::string& prefix,
|
||||
|
||||
template class GasLiftCommon<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class GasLiftCommon<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user