From 3683cf3b4c2cbf7123ef0257cbd886a09d1347da Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 15 Aug 2017 17:05:39 +0200 Subject: [PATCH] fix a minor bug in MatrixFreeOperators::Base::vmult_interface_down() --- include/deal.II/matrix_free/operators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/operators.h b/include/deal.II/matrix_free/operators.h index 660aefad1a..be1293e32a 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -1312,7 +1312,7 @@ namespace MatrixFreeOperators .local_element(edge_constrained_indices[j][i]) = edge_constrained_values[j][i].first; } - for ( ; c