From: Guido Kanschat Date: Mon, 15 Mar 2010 16:26:16 +0000 (+0000) Subject: do MeshWorker::loop() sequentially for the time being X-Git-Tag: v8.0.0~6323 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0134ebef1395e10cace4c7f1dd4414e66151726;p=dealii.git do MeshWorker::loop() sequentially for the time being git-svn-id: https://svn.dealii.org/trunk@20828 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/mesh_worker_assembler.h b/deal.II/deal.II/include/numerics/mesh_worker_assembler.h index 8eecafe100..36524292e1 100644 --- a/deal.II/deal.II/include/numerics/mesh_worker_assembler.h +++ b/deal.II/deal.II/include/numerics/mesh_worker_assembler.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer