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

remove deprecated stuff from dumux/decoupled/2p2c

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11765 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent b80beb98
No related branches found
No related tags found
No related merge requests found
...@@ -197,12 +197,6 @@ public: ...@@ -197,12 +197,6 @@ public:
static const int pressureW = wPhaseIdx; static const int pressureW = wPhaseIdx;
static const int pressureN = nPhaseIdx; static const int pressureN = nPhaseIdx;
DUNE_DEPRECATED_MSG("use pressureN (avoid 'w') instead")
static const int pressureNw = pressureN;
DUNE_DEPRECATED_MSG("use pressureN (uncapitalized 'w', to be avoided) instead")
static const int pressureNW = pressureN; //!< \deprecated
// Equation indices // Equation indices
static const int pressureEqIdx = 0; static const int pressureEqIdx = 0;
static const int transportEqOffset = pressureEqIdx + 1; //!< Offset to access transport (mass conservation -) equations static const int transportEqOffset = pressureEqIdx + 1; //!< Offset to access transport (mass conservation -) equations
......
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