Skip to content
Snippets Groups Projects
Commit de24e380 authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

deleted unnecessary method header

parent c948dd91
No related branches found
No related tags found
1 merge request!102cleanup
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// //
//! \file GridImp.h //! \file GridImp.h
//! \ingroup grid //! \ingroup grid
//! \author Soeren Peters, Stephan Lenz, Martin Schnherr //! \author Soeren Peters, Stephan Lenz, Martin Schoenherr
//======================================================================================= //=======================================================================================
#ifndef GRID_IMP_H #ifndef GRID_IMP_H
#define GRID_IMP_H #define GRID_IMP_H
...@@ -197,7 +197,6 @@ public: ...@@ -197,7 +197,6 @@ public:
void fixRefinementIntoWall(uint xIndex, uint yIndex, uint zIndex, int dir); void fixRefinementIntoWall(uint xIndex, uint yIndex, uint zIndex, int dir);
void findStopperNode(uint index); void findStopperNode(uint index);
void findEndOfGridStopperNode(uint index); void findEndOfGridStopperNode(uint index);
void findEndOfGridStopperPeriodicNode(uint index);
void findSolidStopperNode(uint index); void findSolidStopperNode(uint index);
void findBoundarySolidNode(uint index); void findBoundarySolidNode(uint index);
......
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