From 2eca797f3c544279101d3a953dba47a20d9397bb Mon Sep 17 00:00:00 2001 From: Andre <upwli@student.kit.edu> Date: Sat, 11 Dec 2021 14:13:08 +0100 Subject: [PATCH] typo --- tests/media/testMagneticField.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/media/testMagneticField.cpp b/tests/media/testMagneticField.cpp index b439d619b..d6b0c9adb 100644 --- a/tests/media/testMagneticField.cpp +++ b/tests/media/testMagneticField.cpp @@ -104,7 +104,7 @@ TEST_CASE("UniformMagneticField w/ Homogeneous Medium") { MagneticFieldVector Earth_B_4 = igrf.getField(2010, 0_km, 0, -120); CHECK(Earth_B_1.getX(gCS) / 1_nT == Approx(5821).margin(0.5)); CHECK(Earth_B_1.getY(gCS) / 1_nT == Approx(-14796).margin(0.5)); - CHECK(Earth_B_1.getZ(gCS) / 1_nT == Approx(497756).margin(0.5)); + CHECK(Earth_B_1.getZ(gCS) / 1_nT == Approx(49776).margin(0.5)); CHECK(Earth_B_2.getX(gCS) / 1_nT == Approx(3014).margin(0.5)); CHECK(Earth_B_2.getY(gCS) / 1_nT == Approx(-1072).margin(0.5)); CHECK(Earth_B_2.getZ(gCS) / 1_nT == Approx(-57594).margin(0.5)); -- GitLab