]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated version of parallel::distributed::Vector::compress_finish().
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 24 Jan 2015 00:59:28 +0000 (18:59 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 24 Jan 2015 04:46:50 +0000 (22:46 -0600)
doc/news/changes.h
include/deal.II/lac/parallel_vector.h

index 50da9e86b70c1d27c985ae2f033d5e19ee39ab76..a3f8eddf08802731ae6bba2b057f36f6cd89d449 100644 (file)
@@ -160,6 +160,8 @@ inconvenience this causes.
   - BlockMatrixArray and BlockTrianglePreconditioner functions that
     take an explicit VectorMemory object.
   - The SolverSelector constructor that takes a VectorMemory argument.
+  - The version of parallel::distributed::Vector::compress_finish
+    function that takes a boolean.
   <br>
   This release also removes the deprecated class MGDoFHandler. The
   functionality of this class had previously been incorporated into
index a657fa6e5f81eb5fe8901d08e5084bc3deda969b..dcdc523aa0255ef5dff8eeb34377fd38ea3d09e8 100644 (file)
@@ -452,11 +452,6 @@ namespace parallel
        */
       void compress_finish (::dealii::VectorOperation::values operation);
 
-      /**
-       * @deprecated: use compress_finish(VectorOperation::values) instead.
-       */
-      void compress_finish (const bool add_ghost_data = true) DEAL_II_DEPRECATED;
-
       /**
        * Initiates communication for the @p update_ghost_values() function
        * with non-blocking communication. This function does not wait for the
@@ -1342,19 +1337,6 @@ namespace parallel
 
 
 
-    template <typename Number>
-    inline
-    void
-    Vector<Number>::compress_finish (const bool add_value)
-    {
-      if (add_value)
-        compress_finish(VectorOperation::add);
-      else
-        compress_finish(VectorOperation::insert);
-    }
-
-
-
     template <typename Number>
     inline
     void

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.