From 6859ca27f99243e73f336baa92b947ea26b409aa Mon Sep 17 00:00:00 2001 From: Sina Ackermann <sina.ackermann@iws.uni-stuttgart.de> Date: Mon, 13 Mar 2017 09:30:37 +0100 Subject: [PATCH] [test][nc] Adapt changelog file * now: use initialPhasePresenceAtPos(globalPos) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb05d10f7..b327e79d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ Differences Between DuMuX 2.10 and DuMuX 2.11 - In the TwoPTwoC model, the indices are no longer dependent on the formulation. Further, the values of "nPhaseOnly" and "bothPhases" have been harmonized with those in TwoPNC + - In the NC models, the initial phase presence is now set by the function + initialPhasePresenceAtPos(globalPos) instead of + initialPhasePresence(vertex, vIdxGlobal, globalPos) in the problem file. * Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.11: BEWARE: The compiler will not print any warning if a deprecated property or parameter name -- GitLab