FlowGenericVanguard: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-16 14:28:48 +02:00
parent bca05f8f7b
commit fda7298374

View File

@ -460,4 +460,8 @@ void FlowGenericVanguard::registerParameters_()
template void FlowGenericVanguard::registerParameters_<double>();
#if FLOW_INSTANTIATE_FLOAT
template void FlowGenericVanguard::registerParameters_<float>();
#endif
} // namespace Opm