]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Explicitly deprecate get_boundary.
authorDavid Wells <wellsd2@rpi.edu>
Thu, 5 Apr 2018 21:40:04 +0000 (17:40 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 20 Apr 2018 20:15:08 +0000 (16:15 -0400)
include/deal.II/grid/tria_accessor.h

index 112a374e2c81b17b40e0f713512098bfda122058..c98b798e3548ae90bd9569f68a21fb45e0f4aed0 100644 (file)
@@ -1022,8 +1022,11 @@ public:
    * Return a constant reference to the manifold object used for this object.
    * This function exists for backward compatibility and calls get_manifold()
    * internally.
+   *
+   * @deprecated The classes derived from Boundary have been deprecated in
+   * favor of the Manifold classes.
    */
-  const Boundary<dim,spacedim> &get_boundary () const;
+  DEAL_II_DEPRECATED const Boundary<dim,spacedim> &get_boundary () const;
 
   /**
    * Return a constant reference to the manifold object used for this object.

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.