From: Wolfgang Bangerth 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-Tag: v8.0.0~12971 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12b8385cf04ece795c670b8e3ad8918087985b7;p=dealii.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