Skip to content
Snippets Groups Projects
Commit 19acc72d authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[spaces] add missing namespaces in deprecated files

parent 4f0a27c3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment