]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Correctly Deprecated Boundary<dim,spacedim>
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Jan 2014 17:14:48 +0000 (17:14 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Jan 2014 17:14:48 +0000 (17:14 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32227 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria_boundary.h

index a2374e777a477ae921e711077ba95bf7bead1773..1dd66f8eec210d4a8195406882f9fd5fe8a38466 100644 (file)
@@ -97,14 +97,14 @@ template <int dim, int space_dim> class Triangulation;
  *   @deprecated A new Manifold<spacedim> class was introduced which
  *   generalises the functionality of this
  *   class. Boundary<dim,spacedim> is no longer necessary, and should
- *   be replaced by any equivalent Manifold<spacedim> description.
+ *   be replaced by any equivalent Manifold<spacedim> specialization.
  *
  * @ingroup boundary
  * @author Wolfgang Bangerth, 1999, 2001, 2009, Ralf Hartmann, 2001, 2008,
  * Luca Heltai 2013, 2014
  */
 template <int dim, int spacedim=dim>
-  class Boundary : public FlatManifold<spacedim>
+  class DEAL_II_DEPRECATED Boundary : public FlatManifold<spacedim>
 {
 public:
 
@@ -114,7 +114,7 @@ public:
    */
   virtual ~Boundary ();
     
-} DEAL_II_DEPRECATED;
+};
 
 
 /**
@@ -157,7 +157,8 @@ public:
                               const std::vector<Point<spacedim> > &points) const;
     
     
-} DEAL_II_DEPRECATED;
+};
+
 
 DEAL_II_NAMESPACE_CLOSE
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.