Skip to content

Commit b5bdc14

Browse files
MilanSkocicjvdp1
andcommitted
Update src/stdlib_codata_type.fypp. Docstring for DT.
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 9090c6b commit b5bdc14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/stdlib_codata_type.fypp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ module stdlib_codata_type
88
private
99

1010
type, public :: codata_constant_type
11-
!! Derived type for representing a Codata constant.
11+
!! version: experimental
12+
!!
13+
!! Derived type for representing a Codata constant.
14+
!! [Specification](TOBECOMPLETED)
1215
character(len=64) :: name
1316
real(dp) :: value
1417
real(dp) :: uncertainty

0 commit comments

Comments
 (0)