]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ack, more stupid mistakes.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 31 Oct 2008 17:45:20 +0000 (17:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 31 Oct 2008 17:45:20 +0000 (17:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@17433 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc

index 84ac47df47a4229ad4ee4efda354d68e8dd44e1b..e63c40ccade02e507c8f369b8db7854904ca82ff 100644 (file)
@@ -13,6 +13,7 @@
 
 
 #include <base/thread_management.h>
+#include <base/utilities.h>
 #include <lac/sparsity_pattern.h>
 #include <lac/sparsity_tools.h>
 #include <lac/compressed_sparsity_pattern.h>
@@ -500,9 +501,9 @@ namespace DoFRenumbering
                                     // constraints are not needed anymore
     constraints.clear ();
   
-    Assert(new_indices.size() == n_dofs = sparsity.n_rows(),
+    Assert(new_indices.size() == sparsity.n_rows(),
           ExcDimensionMismatch(new_indices.size(),
-                               n_dofs = sparsity.n_rows()));
+                               sparsity.n_rows()));
 
     SparsityTools::reorder_Cuthill_McKee (sparsity, new_indices,
                                          starting_indices);

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.