From 245e0efc0f1f6f1abc241c3c93e666e2b92d57c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Nov 2020 10:33:29 -0700 Subject: [PATCH] Remove an outdated comment. --- include/deal.II/lac/affine_constraints.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/lac/affine_constraints.h b/include/deal.II/lac/affine_constraints.h index 730c6332f6..e787beb327 100644 --- a/include/deal.II/lac/affine_constraints.h +++ b/include/deal.II/lac/affine_constraints.h @@ -707,11 +707,6 @@ public: * Add an entry to a given line. In other words, this function adds * a term $a_{ij} x_j$ to the constraints for the $i$th degree of freedom. * - * This function searches existing constraints from the back - * to the front, so clever programming would add a new line (which is pushed - * to the back) and immediately afterwards fill the entries of that line. - * This way, no expensive searching is needed. - * * If an entry with the same indices as the one this function call denotes * already exists, then this function simply returns provided that the value * of the entry is the same. Thus, it does no harm to enter a constraint -- 2.39.5