mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add missing instantiation of pack.
For pack(std::vector<Opm::Tabulated1DFunction<double>>).
This commit is contained in:
parent
a4efff2d1b
commit
b91f6fcc9f
@ -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