From 1dc5fa57e24ad8d849c26ac0ed2f9bbb5e17d161 Mon Sep 17 00:00:00 2001 From: hrocho Date: Sat, 11 May 2019 19:04:07 +0200 Subject: [PATCH] test fix --- tests/test_calculations.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_calculations.cpp b/tests/test_calculations.cpp index ee644df..6068d37 100644 --- a/tests/test_calculations.cpp +++ b/tests/test_calculations.cpp @@ -329,6 +329,7 @@ const lest::test specification[] = t.Z = 13; Config c; + c.z_effective = z_eff_type::pierce_blann; EXPECT(z_eff_Pierce_Blann(92,beta_from_T(5000.)) == approx(91.8).epsilon(0.2)); EXPECT(z_eff_Pierce_Blann(92,beta_from_T(5000.)) == z_effective(p_u(5000.),t,c));