]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix one problem in MT mode where we simply didn't skip to the right cell.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Oct 2005 18:35:06 +0000 (18:35 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Oct 2005 18:35:06 +0000 (18:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@11632 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.cc

index aac29b7b0e398c50a5a49f915d37ac6206bb1148..22be9647b27034f76b1c8bf5c246560070206650 100644 (file)
@@ -396,7 +396,7 @@ void DataOut<dim>::build_some_patches (Data data)
   for (unsigned int i=0; (i<data.this_thread)&&(cell != this->dofs->end()); ++i)
     {
       ++patch;
-      ++cell;
+      cell = next_cell(cell);
     }
 
                                   // now loop over all cells and

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.