Skip to content
Snippets Groups Projects
Commit 3b8efcfd authored by Oliver Sander's avatar Oliver Sander
Browse files

Merge branch 'feature/remove-dimensionworld' into 'master'

Remove exported number 'dimensionworld' from the virtual refinement interface

It has been removed from the Geometry interface, so it makes sense
to remove it here too:  After all, the virtual refinement mimic
the Geometry interface.

See merge request !25
parents 49368eca c646d4fd
No related branches found
No related tags found
1 merge request!25Remove exported number 'dimensionworld' from the virtual refinement interface
Pipeline #
......@@ -68,7 +68,6 @@ namespace Dune
enum { dimension = dimension_ };
typedef CoordType ctype;
enum { dimensionworld = dimension };
template<int codimension>
struct Codim;
......
......@@ -68,7 +68,6 @@ namespace Dune
enum {dimension = dimension_};
typedef CoordType ctype;
enum {dimensionworld = dimension};
template<int codimension>
struct Codim;
......
......@@ -70,7 +70,6 @@ namespace Dune
enum {dimension = dimension_};
typedef CoordType ctype;
enum {dimensionworld = dimension};
template<int codimension>
struct Codim;
......
......@@ -423,7 +423,6 @@ namespace Dune {
public:
enum { dimension = dimension_ };
typedef CoordType ctype;
enum { dimensionworld = dimension };
template<int codimension>
struct Codim;
......
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