From fa4952a265e150721c64d4fb476c8bd8ca55cffb Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Wed, 3 Apr 2019 10:56:24 -0400 Subject: [PATCH] Fixed failure to update test_analysis.cpp --- tests/test_analysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_analysis.cpp b/tests/test_analysis.cpp index f7120f1..30a159f 100644 --- a/tests/test_analysis.cpp +++ b/tests/test_analysis.cpp @@ -25,7 +25,7 @@ BOOST_FIXTURE_TEST_CASE(test_anlys_getoption, FixtureOpenClose) double array[13]; std::vector test; - std::vector ref = {40.0, 0.001, 0.01, 0.5, 1.0, 0.0, 0.0, 1.0, 0.0, 75.0, 0.0, 0.0, 0.0}; + std::vector ref = {40.0, 0.001, 0.01, 0.5, 1.0, 0.0, 0.0, 0.0, 75.0, 0.0, 0.0, 0.0}; error = EN_solveH(ph); BOOST_REQUIRE(error == 0);