Skip to content
Snippets Groups Projects
Commit a4373d59 authored by Karin Erbertseder's avatar Karin Erbertseder
Browse files

update of documentation

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4468 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f58c7c2f
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
/*! /*!
* \file * \file
* *
* \brief Indices for the single phase model. * \brief Defines the indices for the one-phase box model.
*/ */
#ifndef DUMUX_1P_INDICES_HH #ifndef DUMUX_1P_INDICES_HH
#define DUMUX_1P_INDICES_HH #define DUMUX_1P_INDICES_HH
...@@ -25,13 +25,19 @@ ...@@ -25,13 +25,19 @@
namespace Dumux namespace Dumux
{ {
/*! /*!
* \brief Indices for the single phase model. * \addtogroup OnePBoxModel
*/
// \{
/*!
* \brief Indices for the one-phase model.
*/ */
struct OnePIndices struct OnePIndices
{ {
static const int pressureIdx = 0; static const int pressureIdx = 0;
}; };
// \}
} // end namepace } // end namepace
#endif #endif
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