mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
GasLiftGroupInfo: optionally instantiate for float
This commit is contained in:
parent
0b5a5e754c
commit
607160a47a
@ -740,4 +740,8 @@ updateGroupIdxMap_(const std::string& group_name)
|
|||||||
|
|
||||||
template class GasLiftGroupInfo<double>;
|
template class GasLiftGroupInfo<double>;
|
||||||
|
|
||||||
|
#if FLOW_INSTANTIATE_FLOAT
|
||||||
|
template class GasLiftGroupInfo<float>;
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
Loading…
Reference in New Issue
Block a user