Skip to content

Commit 4b913af

Browse files
committed
Change doubles to wp
1 parent 2cad739 commit 4b913af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/m_chemistry.fpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module m_chemistry
1717
implicit none
1818

1919
#:block DEF_AMD
20-
real(dp) :: molecular_weights_nonparameter(10) = &
21-
(/2.016d0, 1.008d0, 15.999d0, 31.998d0, 17.007d0, 18.015d0, 33.006d0, &
22-
34.014d0, 39.95d0, 28.014d0/)
20+
real(wp) :: molecular_weights_nonparameter(10) = &
21+
(/2.016, 1.008, 15.999, 31.998, 17.007, 18.015, 33.006, &
22+
34.014, 39.95, 28.014/)
2323
$:GPU_DECLARE(create='[molecular_weights_nonparameter]')
2424
#:endblock DEF_AMD
2525

0 commit comments

Comments
 (0)