From 6dd02a818e693d7d3437985d519024cf95189e1b Mon Sep 17 00:00:00 2001 From: frohne Date: Wed, 2 Nov 2011 19:45:18 +0000 Subject: [PATCH] fixed line 2054 again git-svn-id: https://svn.dealii.org/trunk@24720 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 829aa18a2c..a4bfe4f079 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -2051,9 +2051,8 @@ distribute_local_to_global (const FullMatrix &local_matrix, // function actually implementing this // feature in the cm.templates.h file. Vector dummy(0); - bool bool_dummy = false; distribute_local_to_global (local_matrix, dummy, local_dof_indices, - global_matrix, dummy, bool_dummy, + global_matrix, dummy, false, internal::bool2type::value>()); } -- 2.39.5