Skip to content

Commit 4ad9ae8

Browse files
MilanSkocicjvdp1
andcommitted
Update src/stdlib_codata_type.fypp. Consistency with DT in stdlib.
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 0427b01 commit 4ad9ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_codata_type.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module stdlib_codata_type
77
use stdlib_optval, only: optval
88
private
99

10-
type, public :: codata_constant
10+
type, public :: codata_constant_type
1111
!! Derived type for representing a Codata constant.
1212
character(len=64) :: name
1313
real(dp) :: value

0 commit comments

Comments
 (0)