BdaBridge: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-16 14:29:05 +02:00
parent ecb2cafdd3
commit 4d08afd480

View File

@ -372,4 +372,8 @@ initWellContributions([[maybe_unused]] WellContributions<Scalar>& wellContribs,
INSTANTIATE_TYPE(double)
#if FLOW_INSTANTIATE_FLOAT
INSTANTIATE_TYPE(float)
#endif
} // namespace Opm