mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
LogOutputHelper: optionally instantiate for float
This commit is contained in:
parent
e267c377e6
commit
58a930507a
@ -1000,4 +1000,9 @@ pressureUnitConvert_(Scalar& pav) const
|
||||
|
||||
template class LogOutputHelper<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class LogOutputHelper<float>;
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user