From: wolf Date: Thu, 20 Oct 2005 18:35:06 +0000 (+0000) Subject: Fix one problem in MT mode where we simply didn't skip to the right cell. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26134bf7032ff96e51cc48ce03f308a5b2aec01;p=dealii-svn.git Fix one problem in MT mode where we simply didn't skip to the right cell. git-svn-id: https://svn.dealii.org/trunk@11632 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/data_out.cc b/deal.II/deal.II/source/numerics/data_out.cc index aac29b7b0e..22be9647b2 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -396,7 +396,7 @@ void DataOut::build_some_patches (Data data) for (unsigned int i=0; (idofs->end()); ++i) { ++patch; - ++cell; + cell = next_cell(cell); } // now loop over all cells and