mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
Update test_calculations.cpp
This commit is contained in:
parent
bbd87e5c67
commit
6821aef367
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user