From: Daniel Arndt Date: Fri, 10 Feb 2017 20:39:26 +0000 (+0100) Subject: Fix mpi/distribute_flux_sparsity_pattern X-Git-Tag: v8.5.0-rc1~125^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3959%2Fhead;p=dealii.git Fix mpi/distribute_flux_sparsity_pattern --- diff --git a/tests/mpi/distribute_flux_sparsity_pattern.cc b/tests/mpi/distribute_flux_sparsity_pattern.cc index ac234695cb..9ec6f3bdcb 100644 --- a/tests/mpi/distribute_flux_sparsity_pattern.cc +++ b/tests/mpi/distribute_flux_sparsity_pattern.cc @@ -231,7 +231,7 @@ namespace LinearAdvectionTest if (neighbor_index != -1) // interior face { typename DoFHandler::active_cell_iterator neighbor_cell = - neighbor_cell = current_cell->neighbor(face_n); + current_cell->neighbor(face_n); bool do_face_integration = false; bool neighbor_is_level_lower = false;