From f77266f1ae995d06c408c56d3c93ce56e06f4d0d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Nov 2016 20:07:05 -0700 Subject: [PATCH] Add necessary instantiations. --- source/grid/manifold.inst.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 } -- 2.39.5