]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fixed a bug in line 2054
authorfrohne <frohne@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Nov 2011 18:57:25 +0000 (18:57 +0000)
committerfrohne <frohne@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Nov 2011 18:57:25 +0000 (18:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@24719 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/constraint_matrix.h

index 00869eaf6c91707275e0134ac41392f2f22213f7..829aa18a2c550b6c281848c7bc48f1c41395f1f9 100644 (file)
@@ -2051,8 +2051,9 @@ distribute_local_to_global (const FullMatrix<double>        &local_matrix,
                                    // function actually implementing this
                                    // feature in the cm.templates.h file.
   Vector<double> dummy(0);
+  bool           bool_dummy = false;
   distribute_local_to_global (local_matrix, dummy, local_dof_indices,
-                              global_matrix, dummy,
+                              global_matrix, dummy, bool_dummy,
                               internal::bool2type<IsBlockMatrix<MatrixType>::value>());
 }
 

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.