]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make the internals of class Vector 'private:'.
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 24 Jan 2019 04:42:38 +0000 (21:42 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 24 Jan 2019 04:42:38 +0000 (21:42 -0700)
include/deal.II/lac/vector.h

index 085c655f27bd84f81d465f12e5409da9ed04a348..248f992ea1ff6b0aa8faa452be4e1114cf7a5b2d 100644 (file)
@@ -992,9 +992,9 @@ public:
   memory_consumption() const;
   //@}
 
-protected:
+private:
   /**
-   * Dimension. Actual number of components contained in the vector.  Get this
+   * Dimension. Actual number of components contained in the vector. Get this
    * number by calling <tt>size()</tt>.
    */
   size_type vec_size;

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.