mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
PerfData: optionally instantiate for float
This commit is contained in:
parent
e43e854341
commit
75e3254656
@ -157,4 +157,8 @@ bool PerfData<Scalar>::operator==(const PerfData& rhs) const
|
||||
|
||||
template class PerfData<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class PerfData<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user