]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark Epetra_Map functions as deprecated.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 30 Jul 2015 11:41:22 +0000 (13:41 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 30 Jul 2015 11:54:45 +0000 (13:54 +0200)
include/deal.II/lac/block_sparsity_pattern.h

index 974734c6fa2d58c39370f6acb90fec8e16dd07e4..e07bdab617fae14fc609e2cd602b37bf7fc2b173 100644 (file)
@@ -654,7 +654,7 @@ namespace TrilinosWrappers
      * equivalent to calling the second constructor with the length of the
      * mapping vector and then entering the index values.
      */
-    BlockSparsityPattern (const std::vector<Epetra_Map> &parallel_partitioning);
+    BlockSparsityPattern (const std::vector<Epetra_Map> &parallel_partitioning) DEAL_II_DEPRECATED;
 
     /**
      * Initialize the pattern with an array of index sets that specifies both
@@ -699,7 +699,7 @@ namespace TrilinosWrappers
      * distribution according to the specifications in the array of
      * Epetra_Maps.
      */
-    void reinit (const std::vector<Epetra_Map> &parallel_partitioning);
+    void reinit (const std::vector<Epetra_Map> &parallel_partitioning) DEAL_II_DEPRECATED;
 
     /**
      * Resize the matrix to a square tensor product of matrices. See the

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.