Skip to content

Commit 9090c6b

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/stdlib_codata_type.fypp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ end subroutine
4040

4141
#:for k in KINDS
4242
elemental pure real(${k}$) function to_real_${k}$(self, mold, uncertainty) result(r)
43+
!! version: experimental
44+
!!
4345
!! Get the constant value or uncertainty for the kind ${k}$
46+
!! [Specification](TO_BE_COMPLETED)
4447

4548
class(codata_constant), intent(in) :: self !! Codata constant
4649
real(${k}$), intent(in) :: mold !! dummy argument to disambiguate at compile time the generic interface

0 commit comments

Comments
 (0)