]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix mpi/distribute_flux_sparsity_pattern 3959/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 10 Feb 2017 20:39:26 +0000 (21:39 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 10 Feb 2017 20:39:26 +0000 (21:39 +0100)
tests/mpi/distribute_flux_sparsity_pattern.cc

index ac234695cbf99758863c679f45d5696afd0af942..9ec6f3bdcbe67c92018bf0407db383324ded423a 100644 (file)
@@ -231,7 +231,7 @@ namespace LinearAdvectionTest
                 if (neighbor_index != -1) // interior face
                   {
                     typename DoFHandler<dim>::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;

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.