ActionHandler: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-12 13:11:09 +02:00
parent bc1fd4f01c
commit d762f2b29c

View File

@ -277,4 +277,8 @@ evalUDQAssignments(const unsigned episodeIdx,
template class ActionHandler<double>;
#if FLOW_INSTANTIATE_FLOAT
template class ActionHandler<float>;
#endif
} // namespace Opm