Skip to content
Snippets Groups Projects
Commit f2831b6d authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor change.

[[Imported from SVN: r2645]]
parent 25b0ab0f
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ namespace Dune
typedef CombinedGrapeDisplay < DisplayType > MyDisplayType;
typedef typename DisplayType :: MyGridType GridType;
enum { dim = 3 }; //GridType :: dimension }
enum { dimworld = 3 }; //GridType :: dimensionworld };
enum { dim = GridType :: dimension };
enum { dimworld = GridType :: dimensionworld };
// defined in griddisplay.hh
typedef typename GrapeInterface<dim,dimworld>::DUNE_ELEM DUNE_ELEM;
......
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