Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo in subroutine name
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 22, 2021
1 parent ed2bdaf commit c37c73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util_sort.f90
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pure subroutine partition_DP(arr, marker, ind)
end do

return
end subroutine Partition_index_DP
end subroutine Partition_DP


module pure subroutine util_sort_i4b(arr)
Expand Down

0 comments on commit c37c73d

Please sign in to comment.