From 4a06e2dad90803ed36eae25791eac547b455e082 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 25 Jul 2017 00:02:49 +0200 Subject: [PATCH] Fix warning about instantiation of GeometryInfo<0> --- source/base/geometry_info.cc | 1 - 1 file changed, 1 deletion(-) 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>; -- 2.39.5