rocalutionSolverBackend: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-16 19:58:59 +02:00
parent c5ddec57d8
commit 452a0a0baa

View File

@ -247,4 +247,8 @@ solve_system(std::shared_ptr<BlockedMatrix<Scalar>> matrix,
INSTANTIATE_TYPE(double)
#if FLOW_INSTANTIATE_FLOAT
INSTANTIATE_TYPE(float)
#endif
} // namespace Opm::Accelerator