mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
FlowGenericVanguard: optionally instantiate for float
This commit is contained in:
@@ -460,4 +460,8 @@ void FlowGenericVanguard::registerParameters_()
|
||||
|
||||
template void FlowGenericVanguard::registerParameters_<double>();
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template void FlowGenericVanguard::registerParameters_<float>();
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user