From: Wolfgang Bangerth Date: Sat, 26 Nov 2016 03:07:05 +0000 (-0700) Subject: Add necessary instantiations. X-Git-Tag: v8.5.0-rc1~361^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77266f1ae995d06c408c56d3c93ce56e06f4d0d;p=dealii.git Add necessary instantiations. --- diff --git a/source/grid/manifold.inst.in b/source/grid/manifold.inst.in index 4f2cea5dc5..19e11730df 100644 --- a/source/grid/manifold.inst.in +++ b/source/grid/manifold.inst.in @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2014 by the deal.II authors +// Copyright (C) 1998 - 2014, 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -26,8 +26,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; deal_II_chart_dimension : DIMENSIONS) { #if deal_II_dimension <= deal_II_space_dimension -#if deal_II_chart_dimension <= deal_II_space_dimension template class ChartManifold; #endif -#endif }