From 038c9bd3e35485cf78158cf24cfaf11aab37f014 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 10 Jul 2023 10:37:37 +0200 Subject: [PATCH] Instantiate CellAttachedData and CellAttachedDataSerializer --- source/grid/tria.inst.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/grid/tria.inst.in b/source/grid/tria.inst.in index e5b70f5e0b..642bf33dec 100644 --- a/source/grid/tria.inst.in +++ b/source/grid/tria.inst.in @@ -19,5 +19,9 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) { #if deal_II_dimension <= deal_II_space_dimension template class Triangulation; + template struct internal::CellAttachedData; + template class internal:: + CellAttachedDataSerializer; #endif } -- 2.39.5