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 4100e61 commit bdd6dccCopy full SHA for bdd6dcc
example/sorting/example_sort_bitsetl.f90
@@ -1,7 +1,7 @@
1
program example_sort_bitsetl
2
use stdlib_kinds, only: int32
3
use stdlib_sorting, only: sort
4
- use stdlib_bitsets
+ use stdlib_bitsets, only: bitset_large
5
implicit none
6
type(bitset_large), allocatable :: array(:)
7
0 commit comments