From 0cde1ddbc63756182a2a020d9d46173fa778d7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Tue, 19 Nov 2024 17:51:06 +0100 Subject: [PATCH] increase threshold such that is still within the threshold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- test/test_gcp_dft_methods.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_gcp_dft_methods.f90 b/test/test_gcp_dft_methods.f90 index 05dc9c9..950b755 100644 --- a/test/test_gcp_dft_methods.f90 +++ b/test/test_gcp_dft_methods.f90 @@ -25,7 +25,7 @@ module test_gcp_dft_methods public :: collect_gcp_dft_methods - real(wp), parameter :: thr = 100*epsilon(1.0_wp) + real(wp), parameter :: thr = 1000*epsilon(1.0_wp) contains