mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:01:55 -06:00
WellState: optionally instantiate for float
This commit is contained in:
parent
5b4c40c922
commit
11158a219a
@ -1063,4 +1063,8 @@ WellState<Scalar>::parallelWellInfo(std::size_t well_index) const
|
||||
|
||||
template class WellState<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class WellState<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user