Skip to content

Commit 3235ab4

Browse files
committed
Changed used modues
Replaced the use of iso_fortran_env with stdlib_kinds. [ticket: X]
1 parent 9161fc7 commit 3235ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/bitsets/test_stdlib_bitset_64.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program test_stdlib_bitset_64
2-
use, intrinsic :: iso_fortran_env, only : int8, int16, int32, int64
2+
use :: stdlib_kinds, only : int8, int16, int32, int64
33
use stdlib_bitsets
44
character(*), parameter :: &
55
bitstring_0 = '000000000000000000000000000000000', &

src/tests/bitsets/test_stdlib_bitset_large.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program test_stdlib_bitset_large
2-
use, intrinsic :: iso_fortran_env, only : int8, int16, int32, int64
2+
use :: stdlib_kinds, only : int8, int16, int32, int64
33
use stdlib_bitsets
44
implicit none
55
character(*), parameter :: &

0 commit comments

Comments
 (0)