From 7acc86ed6fed60c775c400b9d94f928c89f529f6 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Thu, 28 Jul 2022 12:50:55 +0200 Subject: [PATCH] [changelog] Add entry about mispelled diffusion-coupling-mode arithmethic --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b57fc062c..14d738b9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ that implement an empty cache (i.e. nothing is cached for the flux variables). - __Experimental features__: All headers with experimental features have been moved into the folder `dumux/experimental`. Correspondingly, all unit tests for those features have been moved to `test/experimental`. +- __Stokes/Darcy__: In the coupling manager, the diffusion coefficient coupling type had a mode `Arithmetic` misspelled + with an additional letter. The spelling has been corrected. The incorrect spelling will lead now lead to an error. + ### Deprecated properties/classes/functions/files, to be removed after 3.6: ### New experimental features (possibly subject to backwards-incompatible changes in the future) -- GitLab