Skip to content
Snippets Groups Projects
Commit 9a145c2a authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Fix doxygen warning introduced by r9676.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9708 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent bf80ae81
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ public: ...@@ -495,7 +495,7 @@ public:
/*! /*!
* \brief Constructor * \brief Constructor
* *
* \param grid The grid * \param gridView The grid view
*/ */
FractureMapper (const GridView& gridView) FractureMapper (const GridView& gridView)
: gridView_(gridView), : gridView_(gridView),
......
...@@ -163,9 +163,6 @@ public: ...@@ -163,9 +163,6 @@ public:
* *
* \param timeManager The time manager * \param timeManager The time manager
* \param gridView The grid view * \param gridView The grid view
* \param isDuneFractureVertex Vector of bools which indicates fracture vertices
* \param isDuneFractureEdge Vector of bools which indicates fracture edges
* \param fractureEdgesIdx Vector of edge indices which are fractures
*/ */
TwoPDFMTestProblem(TimeManager &timeManager, TwoPDFMTestProblem(TimeManager &timeManager,
const GridView &gridView) const GridView &gridView)
......
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