We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e840761 commit 96ef394Copy full SHA for 96ef394
test/string/test_string_to_number.fypp
@@ -1,6 +1,6 @@
1
module test_string_to_number
2
use stdlib_kinds, only: sp, dp, qp
3
- use stdlib_str2num
+ use stdlib_str2num, only: to_num
4
use testdrive, only : new_unittest, unittest_type, error_type, check
5
implicit none
6
0 commit comments