From 18b8388597c258c7b002b275755bf329b8e1927d Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 4 Dec 2013 12:02:09 +0000 Subject: [PATCH] Remove debug output git-svn-id: https://svn.dealii.org/trunk@31872 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.templates.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.templates.h b/deal.II/include/deal.II/lac/constraint_matrix.templates.h index 42fe5594bd..177580497b 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.templates.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.templates.h @@ -1283,8 +1283,6 @@ namespace internals row_length (8) {} - ~DataCache() {std::cout << "destruct cache: " << row_length << " " << individual_size.size() << std::endl;} - void reinit () { individual_size.resize(0); -- 2.39.5