diff --git a/opm/simulators/flow/FlowProblemParameters.cpp b/opm/simulators/flow/FlowProblemParameters.cpp index a28aafb5d..719b829ce 100644 --- a/opm/simulators/flow/FlowProblemParameters.cpp +++ b/opm/simulators/flow/FlowProblemParameters.cpp @@ -88,4 +88,8 @@ void registerFlowProblemParameters() template void registerFlowProblemParameters(); +#if FLOW_INSTANTIATE_FLOAT +template void registerFlowProblemParameters(); +#endif + }