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 bdd6dcc commit 61029eeCopy full SHA for 61029ee
example/sorting/CMakeLists.txt
@@ -1,4 +1,4 @@
1
ADD_EXAMPLE(ord_sort)
2
ADD_EXAMPLE(sort)
3
ADD_EXAMPLE(radix_sort)
4
-ADD_EXAMPLE(sort_bitsetl)
+ADD_EXAMPLE(sort_bitset)
example/sorting/example_sort_bitsetl.f90 renamed to example/sorting/example_sort_bitset.f90
-program example_sort_bitsetl
+program example_sort_bitset
use stdlib_kinds, only: int32
use stdlib_sorting, only: sort
use stdlib_bitsets, only: bitset_large
@@ -44,4 +44,4 @@ function to_string(bitset) result(str)
44
45
call bitset%to_string(str)
46
end function to_string
47
-end program example_sort_bitsetl
+end program example_sort_bitset
0 commit comments