Skip to content
Snippets Groups Projects
Commit a10c3b8a authored by Martin Schneider's avatar Martin Schneider
Browse files

slight changes in doxygen docu

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11606 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 862975a5
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ SET_TYPE_PROP(PressureTwoP, Model, typename GET_PROP_TYPE(TypeTag, PressureModel
* \ingroup Pressure2p
* \brief Base class for stationary solution of a two-phase diffusion/pressure equation
*
* @tparam TypeTag The problem TypeTag
* \tparam TypeTag The problem TypeTag
*/
template<class TypeTag>
class DiffusionProblem2P: public OneModelProblem<TypeTag>
......@@ -132,7 +132,7 @@ public:
/* \brief Time integration function called by the time manager
*
* For stationary diffusion problems this functions just finishes the simulation.
* For stationary diffusion problems this function just finishes the simulation.
*/
void timeIntegration()
{
......
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