mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
FlowProblemParameters: optionally instantiate for float
This commit is contained in:
parent
9d0670a62d
commit
e0f9fefbc7
@ -88,4 +88,8 @@ void registerFlowProblemParameters()
|
|||||||
|
|
||||||
template void registerFlowProblemParameters<double>();
|
template void registerFlowProblemParameters<double>();
|
||||||
|
|
||||||
|
#if FLOW_INSTANTIATE_FLOAT
|
||||||
|
template void registerFlowProblemParameters<float>();
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user