mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
GroupState: optionally instantiate for float
This commit is contained in:
parent
2fa954b724
commit
836436ccdc
@ -421,4 +421,8 @@ has_gpmaint_target(const std::string& gname) const
|
||||
|
||||
template class GroupState<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class GroupState<float>;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user