From bc1e21dff8f02237be6cffe86311bbed48df5fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Sat, 29 Mar 2025 12:51:30 +0100 Subject: [PATCH] Conventions: Work around false compiler warning --- src/gx_ac_unittest.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gx_ac_unittest.F b/src/gx_ac_unittest.F index b04ec2ad66..05352b009e 100644 --- a/src/gx_ac_unittest.F +++ b/src/gx_ac_unittest.F @@ -24,7 +24,7 @@ PROGRAM gx_ac_unittest ! Create the dataset containing the fitting data ! Two Lorentzian peaks with some overlap - COMPLEX(kind=dp), PARAMETER :: damp_one = (2, 0), & + COMPLEX(kind=dp) :: damp_one = (2, 0), & damp_two = (4, 0), & center_one = (2, 0), & center_two = (8, 0), &