From b91f6fcc9ff8878e3a61082ebafac80e9045cb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 15 Jan 2020 11:25:00 +0100 Subject: [PATCH] Add missing instantiation of pack. For pack(std::vector>). --- opm/simulators/utils/ParallelRestart.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/simulators/utils/ParallelRestart.cpp b/opm/simulators/utils/ParallelRestart.cpp index 05696a85c..76795e979 100644 --- a/opm/simulators/utils/ParallelRestart.cpp +++ b/opm/simulators/utils/ParallelRestart.cpp @@ -5976,6 +5976,7 @@ INSTANTIATE_PACK_VECTOR(double); INSTANTIATE_PACK_VECTOR(std::vector); INSTANTIATE_PACK_VECTOR(bool); INSTANTIATE_PACK_VECTOR(char); +INSTANTIATE_PACK_VECTOR(Opm::Tabulated1DFunction); #undef INSTANTIATE_PACK_VECTOR #define INSTANTIATE_PACK(T) \