Skip to content

Commit 0427b01

Browse files
MilanSkocicjvdp1
andcommitted
Update example/constants/example_constants.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 546d54c commit 0427b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/constants/example_constants.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ program example_constants
88
print *, "speed of light in vacuum= ", c
99

1010
! Use of mathematical constants such as PI
11-
print *, "PI as double precision real= ", PI
11+
print *, "PI as double precision real= ", pi
1212

1313
! Use codata_constant type for evaluating the value to the desired precision
1414
print *, "Value of alpha... evaluated to double precision=", alpha%to_real(1.0_dp)

0 commit comments

Comments
 (0)