]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function BlockMatrixBase::compress() without argument.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 27 Feb 2015 19:56:11 +0000 (13:56 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Mar 2015 22:48:41 +0000 (16:48 -0600)
include/deal.II/lac/block_matrix_base.h

index cb29ab11365a20dc4a8a2e52743ebb03fdee6937..a0fbff395e2ff9c097bd9f930b25f6290f115dee 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2004 - 2014 by the deal.II authors
+// Copyright (C) 2004 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -628,11 +628,6 @@ public:
    */
   void compress (::dealii::VectorOperation::values operation);
 
-  /**
-   * @deprecated: use compress() with VectorOperation instead.
-   */
-  void compress () DEAL_II_DEPRECATED;
-
   /**
    * Multiply the entire matrix by a fixed factor.
    */
@@ -2146,14 +2141,6 @@ BlockMatrixBase<MatrixType>::compress (::dealii::VectorOperation::values operati
       block(r,c).compress (operation);
 }
 
-template <class MatrixType>
-inline
-void
-BlockMatrixBase<MatrixType>::compress ()
-{
-  compress(::dealii::VectorOperation::unknown);
-}
-
 
 
 template <class MatrixType>

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.