From: Wolfgang Bangerth Date: Sun, 24 Aug 2014 22:36:04 +0000 (-0500) Subject: Add a default value for spacedim. X-Git-Tag: v8.2.0-rc1~181^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb4495d2159c5ee3398e3aba50f477fe7c0855c;p=dealii.git Add a default value for spacedim. This matches all other existing places where we have both 'dim' and 'spacedim' as template arguments. --- 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: