]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix the current failure of the various dof_test_21_b variants.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 19:21:14 +0000 (19:21 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 19:21:14 +0000 (19:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@30101 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.cc

index c7bcd8cd8d87356f822bcf68234edb2af4bb029c..10bf20eae2c76186d5702adcdec4d883719c0375 100644 (file)
@@ -2909,9 +2909,9 @@ namespace DoFTools
                                                                          face_orientation, face_flip, face_rotation)];
 
                       // And finally constrain the two DoFs respecting component_mask:
-                      if (transformation(i,j) != 0)
+                      if (transformation(i,jj) != 0)
                         constraint_matrix.add_entry(dofs_2[i], dofs_1[j],
-                                                    transformation(i,j));
+                                                    transformation(i,jj));
                     }
                 }
         }

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.