FlowUtils: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-08-19 13:19:39 +02:00
parent 05b997dc0f
commit 352beaf2ae
+4
View File
@@ -264,4 +264,8 @@ void hideUnusedParameters()
template void hideUnusedParameters<double>();
#if FLOW_INSTANTIATE_FLOAT
template void hideUnusedParameters<float>();
#endif
} // namespace Opm::detail