From: Daniel Arndt Date: Wed, 29 Jun 2022 15:02:08 +0000 (-0400) Subject: Also remove explicit instantiations X-Git-Tag: v9.5.0-rc1~1131^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14070%2Fhead;p=dealii.git Also remove explicit instantiations --- diff --git a/source/grid/cell_id.inst.in b/source/grid/cell_id.inst.in index 6d20f85e4f..0d7a7a06a6 100644 --- a/source/grid/cell_id.inst.in +++ b/source/grid/cell_id.inst.in @@ -15,17 +15,6 @@ -for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) - { -#if deal_II_dimension <= deal_II_space_dimension - template Triangulation::cell_iterator - CellId::to_cell( - const Triangulation &tria) - const; -#endif - } - for (deal_II_dimension : DIMENSIONS) { template CellId::binary_type CellId::to_binary() const;