Skip to content
Snippets Groups Projects
Commit e35aa8ff authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

remove deprecated stuff from dumux/implicit/3p3c

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11760 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 4c5ec4e5
No related branches found
No related tags found
No related merge requests found
...@@ -72,11 +72,6 @@ public: ...@@ -72,11 +72,6 @@ public:
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 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
static const int sOrX2Idx = switch2Idx; //!< Index of the either the saturation of the gas phase or the mass fraction secondary component if a phase is not present static const int sOrX2Idx = switch2Idx; //!< Index of the either the saturation of the gas phase or the mass fraction secondary component if a phase is not present
DUNE_DEPRECATED_MSG("use sOrX1Idx (uncapitalized 's') instead")
static const int SOrX1Idx = sOrX1Idx; //!< \deprecated
DUNE_DEPRECATED_MSG("use sOrX2Idx (uncapitalized 's') instead")
static const int SOrX2Idx = sOrX2Idx; //!< \deprecated
// equation indices // equation indices
static const int conti0EqIdx = PVOffset + wCompIdx; //!< Index of the mass conservation equation for the water component static const int conti0EqIdx = PVOffset + wCompIdx; //!< Index of the mass conservation equation for the water component
static const int conti1EqIdx = conti0EqIdx + nCompIdx; //!< Index of the mass conservation equation for the contaminant component static const int conti1EqIdx = conti0EqIdx + nCompIdx; //!< Index of the mass conservation equation for the contaminant component
......
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