mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:21:56 -06:00
WellFilterCake: optionally instantiate for float
This commit is contained in:
parent
cd9e8c8c6c
commit
f1621e1a2b
@ -142,4 +142,8 @@ updateInjFCMult(const WellInterfaceGeneric<Scalar>& well,
|
||||
|
||||
template class WellFilterCake<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class WellFilterCake<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user