From 503724c236bddb6f5f50951489d0a2b3556c6daa Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Thu, 30 Nov 2023 12:36:29 -0700 Subject: [PATCH] remove matcher which is not used in helmholtz test --- test/test_eos_helmholtz.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_eos_helmholtz.cpp b/test/test_eos_helmholtz.cpp index a264e49479..c12af5f866 100644 --- a/test/test_eos_helmholtz.cpp +++ b/test/test_eos_helmholtz.cpp @@ -34,7 +34,6 @@ #include #include -using Catch::Matchers::WithinRel; using singularity::Helmholtz; const std::string filename = "../data/helmholtz/helm_table.dat"; SCENARIO("Helmholtz equation of state - Table interpolation (tgiven)", "[HelmholtzEOS]") {