From 19acc72df4671c5439b34ca504872e238ab206f0 Mon Sep 17 00:00:00 2001 From: Tobias Leibner <tobias.leibner@googlemail.com> Date: Wed, 26 Nov 2014 16:36:09 +0100 Subject: [PATCH] [spaces] add missing namespaces in deprecated files --- .../spaces/continuouslagrange/fem-localfunctions.hh | 6 ++++++ .../spaces/discontinuouslagrange/fem-localfunctions.hh | 6 ++++++ dune/gdt/playground/spaces/discontinuouslagrange/fem.hh | 6 ++++++ dune/gdt/playground/spaces/discontinuouslagrange/pdelab.hh | 6 ++++++ dune/gdt/playground/spaces/finitevolume/default.hh | 6 ++++++ .../playground/spaces/raviartthomas/fem-localfunctions.hh | 6 ++++++ dune/gdt/playground/spaces/raviartthomas/pdelab.hh | 6 ++++++ dune/gdt/spaces/continuouslagrange/fem.hh | 6 ++++++ dune/gdt/spaces/continuouslagrange/pdelab.hh | 6 ++++++ 9 files changed, 54 insertions(+) diff --git a/dune/gdt/playground/spaces/continuouslagrange/fem-localfunctions.hh b/dune/gdt/playground/spaces/continuouslagrange/fem-localfunctions.hh index d04ac5581..a2073fa87 100644 --- a/dune/gdt/playground/spaces/continuouslagrange/fem-localfunctions.hh +++ b/dune/gdt/playground/spaces/continuouslagrange/fem-localfunctions.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/cg/fem-localfunctions.hh> instead (21.11.2014)! #include <dune/gdt/playground/spaces/cg/fem-localfunctions.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace ContinuousLagrange { @@ -27,5 +30,8 @@ public: } // namespace ContinuousLagrange +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_CONTINUOUSLAGRANGE_FEM_LOCALFUNCTIONS_HH diff --git a/dune/gdt/playground/spaces/discontinuouslagrange/fem-localfunctions.hh b/dune/gdt/playground/spaces/discontinuouslagrange/fem-localfunctions.hh index 2340edee7..477b9b232 100644 --- a/dune/gdt/playground/spaces/discontinuouslagrange/fem-localfunctions.hh +++ b/dune/gdt/playground/spaces/discontinuouslagrange/fem-localfunctions.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/dg/fem-localfunctions.hh> instead (21.11.2014)! #include <dune/gdt/playground/spaces/dg/fem-localfunctions.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace DiscontinuousLagrange { @@ -27,5 +30,8 @@ public: } // namespace DiscontinuousLagrange +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_DISCONTINUOUSLAGRANGE_FEM_LOCALFUNCTIONS_HH diff --git a/dune/gdt/playground/spaces/discontinuouslagrange/fem.hh b/dune/gdt/playground/spaces/discontinuouslagrange/fem.hh index 18bc77355..6b1cc1e4a 100644 --- a/dune/gdt/playground/spaces/discontinuouslagrange/fem.hh +++ b/dune/gdt/playground/spaces/discontinuouslagrange/fem.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/dg/fem.hh> instead (21.11.2014)! #include <dune/gdt/playground/spaces/dg/fem.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace DiscontinuousLagrange { @@ -26,5 +29,8 @@ public: } // namespace DiscontinuousLagrange +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_DISCONTINUOUSLAGRANGE_FEM_HH diff --git a/dune/gdt/playground/spaces/discontinuouslagrange/pdelab.hh b/dune/gdt/playground/spaces/discontinuouslagrange/pdelab.hh index b3d7545c2..dd33af6b0 100644 --- a/dune/gdt/playground/spaces/discontinuouslagrange/pdelab.hh +++ b/dune/gdt/playground/spaces/discontinuouslagrange/pdelab.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/dg/pdelab.hh> instead (21.11.2014)! #include <dune/gdt/playground/spaces/dg/pdelab.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace DiscontinuousLagrange { @@ -26,5 +29,8 @@ public: } // namespace DiscontinuousLagrange +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_DISCONTINUOUSLAGRANGE_PDELAB_HH diff --git a/dune/gdt/playground/spaces/finitevolume/default.hh b/dune/gdt/playground/spaces/finitevolume/default.hh index e96801038..985951766 100644 --- a/dune/gdt/playground/spaces/finitevolume/default.hh +++ b/dune/gdt/playground/spaces/finitevolume/default.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/fv/default.hh> instead (19.11.2014)! #include <dune/gdt/playground/spaces/fv/default.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace FiniteVolume { @@ -26,5 +29,8 @@ public: } // namespace FiniteVolume +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_FINITEVOLUME_DEFAULT_HH diff --git a/dune/gdt/playground/spaces/raviartthomas/fem-localfunctions.hh b/dune/gdt/playground/spaces/raviartthomas/fem-localfunctions.hh index 8b61a2a00..6f880da8f 100644 --- a/dune/gdt/playground/spaces/raviartthomas/fem-localfunctions.hh +++ b/dune/gdt/playground/spaces/raviartthomas/fem-localfunctions.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/rt/fem-localfunctions.hh> instead (21.11.2014)! #include <dune/gdt/playground/spaces/rt/fem-localfunctions.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace RaviartThomas { @@ -27,5 +30,8 @@ public: } // namespace RaviartThomas +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_RAVIARTTHOMAS_FEM_LOCALFUNCTIONS_HH diff --git a/dune/gdt/playground/spaces/raviartthomas/pdelab.hh b/dune/gdt/playground/spaces/raviartthomas/pdelab.hh index 92e1565de..b3c4ed457 100644 --- a/dune/gdt/playground/spaces/raviartthomas/pdelab.hh +++ b/dune/gdt/playground/spaces/raviartthomas/pdelab.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/playground/spaces/rt/pdelab.hh> instead (21.11.2014)! #include <dune/gdt/playground/spaces/rt/pdelab.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace RaviartThomas { @@ -26,5 +29,8 @@ public: } // namespace RaviartThomas +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_PLAYGROUND_SPACES_RAVIARTTHOMAS_PDELAB_HH diff --git a/dune/gdt/spaces/continuouslagrange/fem.hh b/dune/gdt/spaces/continuouslagrange/fem.hh index 71f1a64f4..a64d0dc9f 100644 --- a/dune/gdt/spaces/continuouslagrange/fem.hh +++ b/dune/gdt/spaces/continuouslagrange/fem.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/spaces/cg/fem.hh> instead (21.11.2014)! #include <dune/gdt/spaces/cg/fem.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace ContinuousLagrange { @@ -26,5 +29,8 @@ public: } // namespace ContinuousLagrange +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_SPACES_CONTINUOUSLAGRANGE_FEM_HH diff --git a/dune/gdt/spaces/continuouslagrange/pdelab.hh b/dune/gdt/spaces/continuouslagrange/pdelab.hh index 206bfcf6b..5fc32a54c 100644 --- a/dune/gdt/spaces/continuouslagrange/pdelab.hh +++ b/dune/gdt/spaces/continuouslagrange/pdelab.hh @@ -9,6 +9,9 @@ #warning This header is deprecated, include <dune/gdt/spaces/cg/pdelab.hh> instead (21.11.2014)! #include <dune/gdt/spaces/cg/pdelab.hh> +namespace Dune { +namespace GDT { +namespace Spaces { namespace ContinuousLagrange { @@ -26,5 +29,8 @@ public: } // namespace ContinuousLagrange +} // namespace Spaces +} // namespace GDT +} // namespace Dune #endif // DUNE_GDT_SPACES_CONTINUOUSLAGRANGE_PDELAB_HH -- GitLab