From: Guido Kanschat Date: Tue, 6 Sep 2011 15:39:23 +0000 (+0000) Subject: move next file X-Git-Tag: v8.0.0~3511 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c3ff06a1115c416360190dce6cb2fcf947de2f;p=dealii.git move next file git-svn-id: https://svn.dealii.org/trunk@24269 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/mesh_worker_info.h b/deal.II/include/deal.II/meshworker/dof_info.h similarity index 100% rename from deal.II/include/deal.II/numerics/mesh_worker_info.h rename to deal.II/include/deal.II/meshworker/dof_info.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/numerics/mesh_worker_loop.h new file mode 100644 index 0000000000..e8f9b31ba4 --- /dev/null +++ b/deal.II/include/deal.II/numerics/mesh_worker_loop.h @@ -0,0 +1,18 @@ +//--------------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2010, 2011 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- + +/** + * @file + * @deprecated The contents of this file has moved to meshworker/loop.h + */ + +#include