Skip to content

Commit 220421f

Browse files
committed
Use it in stdlib_experimental_optval
1 parent bd3067f commit 220421f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Makefile.manual

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ stdlib_experimental_io.o: \
3333
stdlib_experimental_error.o \
3434
stdlib_experimental_optval.o \
3535
stdlib_experimental_kinds.o
36+
stdlib_experimental_optval.o: stdlib_experimental_kinds.o

src/stdlib_experimental_optval.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module stdlib_experimental_optval
88
!!
99
!! It is an error to call `optval` with a single actual argument.
1010
!!
11-
use iso_fortran_env, only: sp => real32, dp => real64, qp => real128, int8, int16, int32, int64
11+
use stdlib_experimental_kinds, only: sp, dp, qp, int8, int16, int32, int64
1212
implicit none
1313

1414

0 commit comments

Comments
 (0)