mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-27 18:46:25 -06:00
FlowGenericVanguard: optionally instantiate for float
This commit is contained in:
parent
bca05f8f7b
commit
fda7298374
@ -460,4 +460,8 @@ void FlowGenericVanguard::registerParameters_()
|
||||
|
||||
template void FlowGenericVanguard::registerParameters_<double>();
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template void FlowGenericVanguard::registerParameters_<float>();
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user