Skip to content

Commit cecd7d0

Browse files
committed
Fix doc in random
1 parent 4fa3af5 commit cecd7d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fortran/solver/src/random.f90

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ module random_mod
2424
implicit none
2525
private
2626

27+
!>
28+
!> @brief shuffle array
29+
!>
30+
!> @details integer(1) and integer(4) arrays are supported
31+
!>
2732
interface shuffle
2833
module procedure shuffle_i1, shuffle_i4
2934
end interface shuffle

0 commit comments

Comments
 (0)