From e7e77519b112e4c875aac5d46b6bdf9d92c9b791 Mon Sep 17 00:00:00 2001 From: Markus Wolff <markus.wolff@twt-gmbh.de> Date: Wed, 30 Oct 2013 15:26:30 +0000 Subject: [PATCH] fixed buggs due to deleted deprecated indices git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11872 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/decoupled/2p/diffusion/mimetic/croperator2padaptive.hh | 2 +- dumux/decoupled/2p/diffusion/mimetic/mimetic2padaptive.hh | 2 +- test/decoupled/2p/test_3d2pproblem.hh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dumux/decoupled/2p/diffusion/mimetic/croperator2padaptive.hh b/dumux/decoupled/2p/diffusion/mimetic/croperator2padaptive.hh index 97067ab91c..f1e5489547 100644 --- a/dumux/decoupled/2p/diffusion/mimetic/croperator2padaptive.hh +++ b/dumux/decoupled/2p/diffusion/mimetic/croperator2padaptive.hh @@ -100,7 +100,7 @@ class CROperatorAssemblerTwoPAdaptive enum { - pressEqIdx = Indices::pressEqIdx, + pressEqIdx = Indices::pressureEqIdx, }; // return number of rows/columns diff --git a/dumux/decoupled/2p/diffusion/mimetic/mimetic2padaptive.hh b/dumux/decoupled/2p/diffusion/mimetic/mimetic2padaptive.hh index 22567712c7..6dd511d94a 100644 --- a/dumux/decoupled/2p/diffusion/mimetic/mimetic2padaptive.hh +++ b/dumux/decoupled/2p/diffusion/mimetic/mimetic2padaptive.hh @@ -79,7 +79,7 @@ class MimeticTwoPLocalStiffnessAdaptive: public LocalStiffness<TypeTag, 1> nPhaseIdx = Indices::nPhaseIdx, pressureIdx = Indices::pressureIdx, saturationIdx = Indices::saturationIdx, - pressEqIdx = Indices::pressEqIdx, + pressEqIdx = Indices::pressureEqIdx, satEqIdx = Indices::satEqIdx, numPhases = GET_PROP_VALUE(TypeTag, NumPhases) }; diff --git a/test/decoupled/2p/test_3d2pproblem.hh b/test/decoupled/2p/test_3d2pproblem.hh index 1ee9683474..96b7f55638 100644 --- a/test/decoupled/2p/test_3d2pproblem.hh +++ b/test/decoupled/2p/test_3d2pproblem.hh @@ -171,8 +171,8 @@ enum #else pWIdx = Indices::pwIdx, #endif - SwIdx = Indices::SwIdx, - pressEqIdx = Indices::pressEqIdx, + SwIdx = Indices::swIdx, + pressEqIdx = Indices::pressureEqIdx, satEqIdx = Indices::satEqIdx }; -- GitLab