Skip to content

Commit 3763ab8

Browse files
MilanSkocicjvdp1
andauthored
Update stdlib_math.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 7292778 commit 3763ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_math.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ contains
474474
#:endfor
475475

476476
#:for k1, t1 in REAL_KINDS_TYPES
477-
elemental function deg2rad_${k1}$(theta)result(result)
477+
elemental function deg2rad_${k1}$(theta) result(result)
478478
${t1}$, intent(in) :: theta
479479
${t1}$ :: result
480480
result = theta * PI_${k1}$ / 180.0_${k1}$

0 commit comments

Comments
 (0)