ISTLSolverBda: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-16 14:28:48 +02:00
parent 4d08afd480
commit bca05f8f7b

View File

@ -278,4 +278,8 @@ using PolyHedralGrid3D = Dune::PolyhedralGrid<3, 3>;
INSTANTIATE_TYPE(double) INSTANTIATE_TYPE(double)
#if FLOW_INSTANTIATE_FLOAT
INSTANTIATE_TYPE(float)
#endif
} // namespace Opm::detail } // namespace Opm::detail