Skip to content
Snippets Groups Projects
Commit 9ba2e9a3 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[3p3c] corrected comments

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13455 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f6d08fc5
No related branches found
No related tags found
No related merge requests found
...@@ -70,9 +70,9 @@ public: ...@@ -70,9 +70,9 @@ public:
//! Index for gas phase pressure in a solution vector //! Index for gas phase pressure in a solution vector
static const int pgIdx = pressureIdx; static const int pgIdx = pressureIdx;
//! Index of the either the saturation of the gas phase or the mass fraction secondary component if a phase is not present //! Index of the either the saturation of the wetting phase or the mole fraction secondary component if a phase is not present
static const int sOrX1Idx = switch1Idx; static const int sOrX1Idx = switch1Idx;
//! Index of the either the saturation of the gas phase or the mass fraction secondary component if a phase is not present //! Index of the either the saturation of the nonwetting phase or the mole fraction secondary component if a phase is not present
static const int sOrX2Idx = switch2Idx; static const int sOrX2Idx = switch2Idx;
// equation indices // equation indices
......
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