From: Daniel Arndt Date: Mon, 24 Jul 2017 22:02:49 +0000 (+0200) Subject: Fix warning about instantiation of GeometryInfo<0> X-Git-Tag: v9.0.0-rc1~1386^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4650%2Fhead;p=dealii.git Fix warning about instantiation of GeometryInfo<0> --- diff --git a/source/base/geometry_info.cc b/source/base/geometry_info.cc index a836ee20e7..2deb5b7776 100644 --- a/source/base/geometry_info.cc +++ b/source/base/geometry_info.cc @@ -1832,7 +1832,6 @@ alternating_form_at_vertices } -template struct GeometryInfo<0>; template struct GeometryInfo<1>; template struct GeometryInfo<2>; template struct GeometryInfo<3>;