From 86a36ba0205a9e3c60cf7405f65e48d914a62db3 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 6 Sep 2011 15:37:35 +0000 Subject: [PATCH] move next file git-svn-id: https://svn.dealii.org/trunk@24268 0785d39b-7218-0410-832d-ea1e28bc413d --- .../mesh_worker_loop.h => meshworker/loop.h} | 0 .../deal.II/numerics/mesh_worker_output.h | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) rename deal.II/include/deal.II/{numerics/mesh_worker_loop.h => meshworker/loop.h} (100%) create mode 100644 deal.II/include/deal.II/numerics/mesh_worker_output.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/meshworker/loop.h similarity index 100% rename from deal.II/include/deal.II/numerics/mesh_worker_loop.h rename to deal.II/include/deal.II/meshworker/loop.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker_output.h b/deal.II/include/deal.II/numerics/mesh_worker_output.h new file mode 100644 index 0000000000..f7d7f3b295 --- /dev/null +++ b/deal.II/include/deal.II/numerics/mesh_worker_output.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/output.h + */ + +#include -- 2.39.5