]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mark two functions as deprecated.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jan 2013 21:01:19 +0000 (21:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jan 2013 21:01:19 +0000 (21:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@27981 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/multigrid/mg_tools.h

index e2d05f0fd34275c86f229412c3df09b1caf720bc..a359d7139b07bcc1d9ab0b7c0518b3b0450b7902 100644 (file)
@@ -251,20 +251,18 @@ namespace MGTools
   /**
    * Maybe no longer needed.
    */
-
   template <typename number>
   void
   apply_boundary_values (const std::set<unsigned int> &boundary_dofs,
                          SparseMatrix<number> &matrix,
                          const bool preserve_symmetry,
-                         const bool ignore_zeros = false);
+                         const bool ignore_zeros = false) DEAL_II_DEPRECATED;
 
   template <typename number>
   void
   apply_boundary_values (const std::set<unsigned int> &boundary_dofs,
                          BlockSparseMatrix<number> &matrix,
-                         const bool preserve_symmetry);
-
+                         const bool preserve_symmetry) DEAL_II_DEPRECATED;
 
   /**
    * For each level in a multigrid

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.