ActionHandler: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-08-20 12:31:10 +02:00
parent bc1fd4f01c
commit d762f2b29c
+4
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