From 196dbe190577d91c7335432574d35990aafbd04f Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 13 Feb 2013 15:49:04 +0000 Subject: [PATCH] correct warning messages git-svn-id: https://svn.dealii.org/trunk@28383 0785d39b-7218-0410-832d-ea1e28bc413d --- 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_loop.h | 2 +- deal.II/include/deal.II/numerics/mesh_worker_output.h | 2 +- deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/include/deal.II/numerics/mesh_worker.h b/deal.II/include/deal.II/numerics/mesh_worker.h index 14f3d8c684..a2c01e0dd3 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker.h +++ b/deal.II/include/deal.II/numerics/mesh_worker.h @@ -15,5 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/local_results.h */ -#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. +#warning This file is deprecated. Use deal.II/meshworker/local_results.h instead. #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 a466f654c2..bbe3ad6077 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h @@ -15,5 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/assembler.h */ -#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. +#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/numerics/mesh_worker_loop.h index 7c5f364f40..eaa1578747 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_loop.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_loop.h @@ -15,5 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/loop.h */ -#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. +#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_output.h b/deal.II/include/deal.II/numerics/mesh_worker_output.h index 8451644edc..708f7e5521 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_output.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_output.h @@ -15,5 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/output.h */ -#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. +#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead. #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 f807f68806..b57b06a408 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 @@ -15,5 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/local_results.h */ -#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. +#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead. #include -- 2.39.5