Skip to content

Commit 5476cdc

Browse files
MilanSkocicjvdp1
andauthored
Update stdlib_math.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 3763ab8 commit 5476cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/stdlib_math.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ contains
481481

482482
end function deg2rad_${k1}$
483483

484-
elemental function rad2deg_${k1}$(theta)result(result)
484+
elemental function rad2deg_${k1}$(theta) result(result)
485485
${t1}$, intent(in) :: theta
486486
${t1}$ :: result
487487
result = theta * 180.0_${k1}$ / PI_${k1}$

0 commit comments

Comments
 (0)