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

Remove out-commented code

parent a2f97884
No related branches found
No related tags found
1 merge request!91Various OneDGrid cleanup patches
......@@ -102,21 +102,6 @@ namespace Dune
level_( level )
{}
// use default implementation of copy constructor and assignment operator
#if 0
DefaultLevelGridView ( const ThisType &other )
: grid_( other.grid_ ),
level_( other.level_ )
{}
/** \brief assignment from other GridView on the same grid */
ThisType &operator= ( const ThisType & other)
{
grid_ = other.grid_;
level_ = other.level_;
}
#endif
/** \brief obtain a const reference to the underlying hierarchic grid */
const Grid &grid () const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment