]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the name of a variable. 15627/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 3 Jul 2023 19:16:10 +0000 (13:16 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 3 Jul 2023 19:16:10 +0000 (13:16 -0600)
include/deal.II/lac/affine_constraints.templates.h

index d951ddb6f42d7b95cd773881448fc3868c163b0a..144363464a1575d3920e5cf3ffdd1fcb926f2b28 100644 (file)
@@ -914,9 +914,8 @@ AffineConstraints<number>::close()
                             {
                               // make sure that entry->first is not the index of
                               // a line itself
-                              const bool is_circle =
-                                is_constrained(entry.first);
-                              if (is_circle)
+                              const bool is_cycle = is_constrained(entry.first);
+                              if (is_cycle)
                                 return true;
                             }
                         return false;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.