mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
FlowUtils: optionally instantiate for float
This commit is contained in:
parent
05b997dc0f
commit
352beaf2ae
@ -264,4 +264,8 @@ void hideUnusedParameters()
|
||||
|
||||
template void hideUnusedParameters<double>();
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template void hideUnusedParameters<float>();
|
||||
#endif
|
||||
|
||||
} // namespace Opm::detail
|
||||
|
Loading…
Reference in New Issue
Block a user