From 06d01f403a72e3f3780c4caf79159ac2898771cd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 25 May 2018 13:00:16 -0500 Subject: [PATCH] RCM: Update base --- include/deal.II/base/graph_coloring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/graph_coloring.h b/include/deal.II/base/graph_coloring.h index ce92f1c06a..9831712f41 100644 --- a/include/deal.II/base/graph_coloring.h +++ b/include/deal.II/base/graph_coloring.h @@ -504,7 +504,7 @@ namespace GraphColoring * third argument needs to accurately describe all degrees of freedom * for which anything is written into the matrix or right hand side. In * other words, if the writing happens through a function like - * ConstraintMatrix::copy_local_to_global(), then the set of conflict + * AffineConstraints::copy_local_to_global(), then the set of conflict * indices must actually contain not only the degrees of freedom on the * current cell, but also those they are linked to by constraints such as * hanging nodes. -- 2.39.5