Skip to content
Snippets Groups Projects
Commit fd84ed1f authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Fix indention

parent 6e1146db
No related branches found
No related tags found
1 merge request!6Cleanup/indexstorage
...@@ -88,8 +88,8 @@ class SubGridIndexStorageBase ...@@ -88,8 +88,8 @@ class SubGridIndexStorageBase
// The codimension of this level iterator wrt the host grid // The codimension of this level iterator wrt the host grid
enum {CodimInHostGrid = HostGridType::dimension - dim}; enum {CodimInHostGrid = HostGridType::dimension - dim};
/** \brief Virtual constructor */ /** \brief Virtual constructor */
virtual ~SubGridIndexStorageBase() {} virtual ~SubGridIndexStorageBase() {}
//! This constructor initializes the grid and hostgrid references //! This constructor initializes the grid and hostgrid references
SubGridIndexStorageBase (const GridType& _grid) : SubGridIndexStorageBase (const GridType& _grid) :
...@@ -587,8 +587,8 @@ template <class GridType> ...@@ -587,8 +587,8 @@ template <class GridType>
class SubGridMapIndexStorage : class SubGridMapIndexStorage :
public SubGridIndexStorageBase<GridType> public SubGridIndexStorageBase<GridType>
{ {
template <class GridImp_, int EntityDim> template <class GridImp_, int EntityDim>
friend class SubGridMapSubindexSetter; friend class SubGridMapSubindexSetter;
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment