Conventions: Work around false compiler warning

This commit is contained in:
Ole Schütt 2025-03-29 12:51:30 +01:00 committed by Ole Schütt
parent f4d52e1c6a
commit bc1e21dff8

View file

@ -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), &