Skip to content

Commit bdd6dcc

Browse files
degawajvdp1
andauthored
specified the entity to be used in the example
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 4100e61 commit bdd6dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/sorting/example_sort_bitsetl.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
program example_sort_bitsetl
22
use stdlib_kinds, only: int32
33
use stdlib_sorting, only: sort
4-
use stdlib_bitsets
4+
use stdlib_bitsets, only: bitset_large
55
implicit none
66
type(bitset_large), allocatable :: array(:)
77

0 commit comments

Comments
 (0)