Skip to content

Commit 0b119a2

Browse files
jalveszjvdp1
andauthored
Update example/strings/example_str2num.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent d9ece9c commit 0b119a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/strings/example_str2num.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
program example_str2num
22
use stdlib_kinds, only: dp
3-
use stdlib_str2num
3+
use stdlib_str2num, only: to_num_p
44
character(:), allocatable, target :: chain
55
character(len=:), pointer :: cptr
66
real(dp), allocatable :: r(:), p(:)

0 commit comments

Comments
 (0)