mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:01:55 -06:00
BdaBridge: optionally instantiate for float
This commit is contained in:
parent
ecb2cafdd3
commit
4d08afd480
@ -372,4 +372,8 @@ initWellContributions([[maybe_unused]] WellContributions<Scalar>& wellContribs,
|
||||
|
||||
INSTANTIATE_TYPE(double)
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
INSTANTIATE_TYPE(float)
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user