Skip to content

Commit 61029ee

Browse files
committed
deleted tailing "l"
1 parent bdd6dcc commit 61029ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/sorting/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ADD_EXAMPLE(ord_sort)
22
ADD_EXAMPLE(sort)
33
ADD_EXAMPLE(radix_sort)
4-
ADD_EXAMPLE(sort_bitsetl)
4+
ADD_EXAMPLE(sort_bitset)

example/sorting/example_sort_bitsetl.f90 renamed to example/sorting/example_sort_bitset.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
program example_sort_bitsetl
1+
program example_sort_bitset
22
use stdlib_kinds, only: int32
33
use stdlib_sorting, only: sort
44
use stdlib_bitsets, only: bitset_large
@@ -44,4 +44,4 @@ function to_string(bitset) result(str)
4444

4545
call bitset%to_string(str)
4646
end function to_string
47-
end program example_sort_bitsetl
47+
end program example_sort_bitset

0 commit comments

Comments
 (0)