mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ActionHandler: optionally instantiate for float
This commit is contained in:
parent
bc1fd4f01c
commit
d762f2b29c
@ -277,4 +277,8 @@ evalUDQAssignments(const unsigned episodeIdx,
|
||||
|
||||
template class ActionHandler<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class ActionHandler<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user