From f1ca3477b5f3ed3e2e85dd8c488ca5d553287946 Mon Sep 17 00:00:00 2001 From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de> Date: Wed, 2 Oct 2013 13:30:11 +0000 Subject: [PATCH] slight changes in doxygen docu git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11602 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/decoupled/2p/2pproperties.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dumux/decoupled/2p/2pproperties.hh b/dumux/decoupled/2p/2pproperties.hh index 4aee6f3487..2263147412 100644 --- a/dumux/decoupled/2p/2pproperties.hh +++ b/dumux/decoupled/2p/2pproperties.hh @@ -101,7 +101,7 @@ SET_INT_PROP(DecoupledTwoP, NumPhases, 2);//!< The number of phases in the 2p mo //! Set number of components to 1 for immiscible two-phase models SET_INT_PROP(DecoupledTwoP, NumComponents, 1); //!< Each phase consists of 1 pure component -//! Set \f$p_w\f$-\f$S_n\f$ formulation as default two-phase formulation +//! Set \f$p_w\f$-\f$S_w\f$ formulation as default two-phase formulation SET_INT_PROP(DecoupledTwoP, Formulation, DecoupledTwoPCommonIndices::pwsw); @@ -149,8 +149,7 @@ public: typedef IsothermalImmiscibleFluidState<Scalar, FluidSystem> type; }; -//! The spatial parameters to be employed. -//! Use BoxSpatialParams by default. +//! The spatial parameters to be employed. Use FVSpatialParams by default. SET_TYPE_PROP(DecoupledTwoP, SpatialParams, FVSpatialParams<TypeTag>); /*! -- GitLab