ISTLSolverBda: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-08-23 11:15:03 +02:00
parent 4d08afd480
commit bca05f8f7b
+4
View File
@@ -278,4 +278,8 @@ using PolyHedralGrid3D = Dune::PolyhedralGrid<3, 3>;
INSTANTIATE_TYPE(double)
#if FLOW_INSTANTIATE_FLOAT
INSTANTIATE_TYPE(float)
#endif
} // namespace Opm::detail