From 1488e25d71de79830373b74e883b47c402a068f4 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 6 Sep 2011 15:36:20 +0000 Subject: [PATCH] move next file git-svn-id: https://svn.dealii.org/trunk@24267 0785d39b-7218-0410-832d-ea1e28bc413d --- .../{numerics/mesh_worker_output.h => meshworker/output.h} | 0 deal.II/include/deal.II/numerics/mesh_worker.h | 2 +- deal.II/include/deal.II/numerics/mesh_worker_assembler.h | 2 +- deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename deal.II/include/deal.II/{numerics/mesh_worker_output.h => meshworker/output.h} (100%) diff --git a/deal.II/include/deal.II/numerics/mesh_worker_output.h b/deal.II/include/deal.II/meshworker/output.h similarity index 100% rename from deal.II/include/deal.II/numerics/mesh_worker_output.h rename to deal.II/include/deal.II/meshworker/output.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker.h b/deal.II/include/deal.II/numerics/mesh_worker.h index d1d331a7c7..6cebc298f9 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker.h +++ b/deal.II/include/deal.II/numerics/mesh_worker.h @@ -12,7 +12,7 @@ /** * @file - * @deprecated The contents of this file has moved to meshworker/local_results.h> + * @deprecated The contents of this file has moved to meshworker/local_results.h */ #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h index e7bc6abb82..9a4305cf3d 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h @@ -12,7 +12,7 @@ /** * @file - * @deprecated The contents of this file has moved to meshworker/assembler.h> + * @deprecated The contents of this file has moved to meshworker/assembler.h */ #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h b/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h index deb23dcbb6..b2be041273 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h @@ -12,7 +12,7 @@ /** * @file - * @deprecated The contents of this file has moved to meshworker/local_results.h> + * @deprecated The contents of this file has moved to meshworker/local_results.h */ #include -- 2.39.5