From 505511860ff2f4b42f7212e6e4c09e9e652359cd Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 5 Oct 2017 16:26:00 -0400 Subject: [PATCH] Update some comments for ConstraintMatrixData. We no longer use shared pointers here. --- include/deal.II/lac/constraint_matrix.templates.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/deal.II/lac/constraint_matrix.templates.h b/include/deal.II/lac/constraint_matrix.templates.h index 469d7a4bfa..219f2e5cb7 100644 --- a/include/deal.II/lac/constraint_matrix.templates.h +++ b/include/deal.II/lac/constraint_matrix.templates.h @@ -1442,14 +1442,12 @@ namespace internals std::vector 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; }; -- 2.39.5