]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undeprecate a couple of functions.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 31 Dec 2012 00:14:38 +0000 (00:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 31 Dec 2012 00:14:38 +0000 (00:14 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27876 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vector_tools.h

index 3c7cbf7a6819de18a773d3d9b5653dbcdd97ec9b..31c65f61295533da85c50f6825082fa5329624a2 100644 (file)
@@ -751,9 +751,6 @@ namespace VectorTools
                                const ComponentMask       &component_mask = ComponentMask());
 
   /**
-   * @deprecated This function exists mainly
-   * for backward compatibility.
-   *
    * Same function as above, but
    * taking only one pair of
    * boundary indicator and
@@ -770,7 +767,7 @@ namespace VectorTools
                                const types::boundary_id            boundary_component,
                                const Function<DH::space_dimension>           &boundary_function,
                                std::map<unsigned int,double> &boundary_values,
-                               const ComponentMask       &component_mask = ComponentMask()) DEAL_II_DEPRECATED;
+                               const ComponentMask       &component_mask = ComponentMask());
 
   /**
    * Calls the other
@@ -893,9 +890,6 @@ namespace VectorTools
                                const ComponentMask       &component_mask = ComponentMask());
 
   /**
-   * @deprecated This function exists
-   * only for backward compatibility.
-   *
    * Same function as above, but taking
    * only one pair of boundary indicator
    * and corresponding boundary
@@ -911,7 +905,7 @@ namespace VectorTools
                                const types::boundary_id                  boundary_component,
                                const Function<DH::space_dimension> &boundary_function,
                                ConstraintMatrix                    &constraints,
-                               const ComponentMask             &component_mask = ComponentMask()) DEAL_II_DEPRECATED;
+                               const ComponentMask             &component_mask = ComponentMask());
 
   /**
    * Calls the other

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.