]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a duplicate 'private:' marker and move a function declaration. 7632/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 24 Jan 2019 16:43:25 +0000 (09:43 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Jan 2019 16:43:25 +0000 (09:43 -0700)
include/deal.II/lac/vector.h

index 248f992ea1ff6b0aa8faa452be4e1114cf7a5b2d..7e198889c55a12fa2b9992e726beb143b8582654 100644 (file)
@@ -1023,6 +1023,14 @@ private:
   mutable std::shared_ptr<parallel::internal::TBBPartitioner>
     thread_loop_partitioner;
 
+  /**
+   * Allocate and align @p values along 64-byte boundaries. The size of the
+   * allocated memory is determined by @p max_vec_size . Copy first
+   * @p copy_n_el from the old values.
+   */
+  void
+  allocate(const size_type copy_n_el = 0);
+
   /**
    * Make all other vector types friends.
    */
@@ -1034,15 +1042,6 @@ private:
    */
   template <typename Number2>
   friend class LAPACKFullMatrix;
-
-private:
-  /**
-   * Allocate and align @p values along 64-byte boundaries. The size of the
-   * allocated memory is determined by @p max_vec_size . Copy first
-   * @p copy_n_el from the old values.
-   */
-  void
-  allocate(const size_type copy_n_el = 0);
 };
 
 /*@}*/

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.