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

removed old code

[[Imported from SVN: r2888]]
parent 4beecc06
Branches
Tags
No related merge requests found
......@@ -198,27 +198,6 @@ namespace Dune {
// The Interface Methods
//**********************************************************
public:
#if 0
/** \brief The standard Dune grid traits */
typedef GridTraits<dim,
dimworld,
Dune::UGGrid<dim,dimworld> ,
UGGridGeometry,
UGGridEntity,
UGGridBoundaryEntity,
UGGridEntityPointer,
UGGridLevelIterator,
UGGridIntersectionIterator,
UGGridHierarchicIterator,
UGGridLeafIterator> Traits;
typedef UGGridLevelIndexSet<dim> LevelIndexSet;
typedef UGGridLeafIndexSet<dim> LeafIndexSet;
typedef UGGridGlobalIdSet< UGGrid<dim, dimworld> > GlobalIdSet;
typedef UGGridLocalIdSet<dim> LocalIdSet;
#endif
typedef typename UGGridFamily<dim,dimworld>::Traits Traits;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment