mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Conventions: Work around false compiler warning
This commit is contained in:
parent
f4d52e1c6a
commit
bc1e21dff8
1 changed files with 1 additions and 1 deletions
|
|
@ -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), &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue