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

OneDGrid<dim,dimworld> instead of OneDGrid.

[[Imported from SVN: r1603]]
parent 3d6aec55
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ namespace Dune {
and provides local mesh refinement and coarsening.
*/
template <int dim, int dimworld>
class OneDGrid : public GridDefault < dim, dimworld,OneDCType, OneDGrid>
class OneDGrid : public GridDefault < dim, dimworld,OneDCType,OneDGrid<dim,dimworld> >
{
friend class OneDGridLevelIteratorFactory <0>;
......@@ -196,7 +196,7 @@ namespace Dune {
public:
typedef GridTraits<dim,dimworld,
Dune::OneDGrid,
Dune::OneDGrid<dim,dimworld>,
OneDGridGeometry,
OneDGridEntity,
OneDGridBoundaryEntity,
......
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