Skip to content

Commit

Permalink
Update src/stdlib_str2num.fypp
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
jalvesz and jvdp1 authored Dec 31, 2023
1 parent a18f358 commit 57c3e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_str2num.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

module stdlib_str2num
use stdlib_kinds, only: sp, dp, qp, int8, int16, int32, int64
use ieee_arithmetic
use, intrinsic:: ieee_arithmetic, only: ieee_value, ieee_positive_inf, ieee_quiet_nan
implicit none
private
public :: to_num, to_num_p
Expand Down

0 comments on commit 57c3e19

Please sign in to comment.