From 6821aef367323e221cbdf09630ef39a244160d3e Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Mon, 29 Jan 2018 13:53:22 +0100 Subject: [PATCH] Update test_calculations.cpp --- tests/test_calculations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_calculations.cpp b/tests/test_calculations.cpp index ea6641f..def28bd 100644 --- a/tests/test_calculations.cpp +++ b/tests/test_calculations.cpp @@ -295,7 +295,7 @@ const lest::test specification[] = EXPECT(res.results[0].range == approx(107.163,0.1)); EXPECT(res.results[1].Eout == approx(926.3,0.1)); EXPECT(res.results[1].sigma_a == approx(0.000774).R(0.05)); - EXPECT(res.results[1].range == approx(111.3,0.1)); + EXPECT(res.results[1].range == approx(110.8,0.1)); auto res0 = catima::calculate(p(1000),water); EXPECT(res0.Eout == res.results[0].Eout);