mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelParameters: optionally instantiate for float
This commit is contained in:
@@ -224,4 +224,8 @@ void BlackoilModelParameters<Scalar>::registerParameters()
|
||||
|
||||
template struct BlackoilModelParameters<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template struct BlackoilModelParameters<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user