FlowUtils: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-12 13:11:09 +02:00
parent 05b997dc0f
commit 352beaf2ae

View File

@ -264,4 +264,8 @@ void hideUnusedParameters()
template void hideUnusedParameters<double>();
#if FLOW_INSTANTIATE_FLOAT
template void hideUnusedParameters<float>();
#endif
} // namespace Opm::detail