]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update some comments for ConstraintMatrixData.
authorDavid Wells <wellsd2@rpi.edu>
Thu, 5 Oct 2017 20:26:00 +0000 (16:26 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 6 Oct 2017 04:07:26 +0000 (00:07 -0400)
We no longer use shared pointers here.

include/deal.II/lac/constraint_matrix.templates.h

index 469d7a4bfa341d3ed1b3cfd20fe26a61f3b7db86..219f2e5cb7dff06dc83ef9d4db149f64e26add87 100644 (file)
@@ -1442,14 +1442,12 @@ namespace internals
       std::vector<Number> vector_values;
 
       /**
-       * Data array for reorder row/column indices. Use a shared ptr to
-       * global_rows to avoid defining in the .h file
+       * Data array for reorder row/column indices.
        */
       GlobalRowsFromLocal global_rows;
 
       /**
-       * Data array for reorder row/column indices. Use a shared ptr to
-       * global_rows to avoid defining in the .h file
+       * Data array for reorder row/column indices.
        */
       GlobalRowsFromLocal global_columns;
     };

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.