From feb4495d2159c5ee3398e3aba50f477fe7c0855c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 Aug 2014 17:36:04 -0500 Subject: [PATCH] Add a default value for spacedim. This matches all other existing places where we have both 'dim' and 'spacedim' as template arguments. --- include/deal.II/grid/manifold_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/manifold_lib.h b/include/deal.II/grid/manifold_lib.h index bed7dee930..d5bb9942af 100644 --- a/include/deal.II/grid/manifold_lib.h +++ b/include/deal.II/grid/manifold_lib.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id: tria_boundary_lib.h 30130 2013-07-23 13:01:18Z heltai $ // -// Copyright (C) 1999 - 2013 by the deal.II authors +// Copyright (C) 1999 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -54,7 +54,7 @@ DEAL_II_NAMESPACE_OPEN * * @author Luca Heltai, 2014 */ -template +template class SphericalManifold : public ChartManifold { public: -- 2.39.5