mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2280 from atgeirr/add-missing-instantiation
Add missing instantiation of pack.
This commit is contained in:
commit
2afab847f3
@ -5976,6 +5976,7 @@ INSTANTIATE_PACK_VECTOR(double);
|
||||
INSTANTIATE_PACK_VECTOR(std::vector<double>);
|
||||
INSTANTIATE_PACK_VECTOR(bool);
|
||||
INSTANTIATE_PACK_VECTOR(char);
|
||||
INSTANTIATE_PACK_VECTOR(Opm::Tabulated1DFunction<double>);
|
||||
#undef INSTANTIATE_PACK_VECTOR
|
||||
|
||||
#define INSTANTIATE_PACK(T) \
|
||||
|
Loading…
Reference in New Issue
Block a user