From: Matthias Maier Date: Fri, 25 May 2018 18:00:16 +0000 (-0500) Subject: RCM: Update base X-Git-Tag: v9.1.0-rc1~1067^2~30 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d01f403a72e3f3780c4caf79159ac2898771cd;p=dealii.git RCM: Update base --- 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.