From: Peter Munch Date: Mon, 10 Jul 2023 08:37:37 +0000 (+0200) Subject: Instantiate CellAttachedData and CellAttachedDataSerializer X-Git-Tag: relicensing~709^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=038c9bd3e35485cf78158cf24cfaf11aab37f014;p=dealii.git Instantiate CellAttachedData and CellAttachedDataSerializer --- 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 }