From 99e6243e258968ae7b1bed026722bdd89c7faf3f Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Wed, 12 Oct 2022 21:36:19 +0200 Subject: [PATCH] test case description --- .../components/jomjol-flowcontroll/test_flowpostprocessing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/test/components/jomjol-flowcontroll/test_flowpostprocessing.cpp b/code/test/components/jomjol-flowcontroll/test_flowpostprocessing.cpp index dee92296..535fdbdd 100644 --- a/code/test/components/jomjol-flowcontroll/test_flowpostprocessing.cpp +++ b/code/test/components/jomjol-flowcontroll/test_flowpostprocessing.cpp @@ -305,7 +305,7 @@ void test_doFlow() { // Fehler bei V12.0.1 // Lokal - digits = { 9.8, 9.8, 1.9, 0.9, 0.9, 9.9, 2.9, 4.8}; // 169.3493 als falsches Ergebnis + digits = { 9.8, 9.8, 1.9, 0.9, 0.9, 9.9, 2.9, 4.8}; // 211.0355 als falsches Ergebnis analogs = { 5.5}; expected = "211.0345"; expected_extended= "211.03455";