Skip to content

Commit c97e665

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_sparse_kinds.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 697afa2 commit c97e665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_sparse_kinds.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ module stdlib_sparse_kinds
4040

4141
!> COO: COOrdinates compresed format
4242
type, public, extends(sparse_type) :: COO_type
43-
logical :: is_sorted = .false. !> whether the matrix is sorted or not
44-
integer, allocatable :: index(:,:) !> Matrix coordinates index(2,nnz)
43+
logical :: is_sorted = .false. !! whether the matrix is sorted or not
44+
integer, allocatable :: index(:,:) !! Matrix coordinates index(2,nnz)
4545
contains
4646
procedure :: malloc => malloc_coo
4747
end type

0 commit comments

Comments
 (0)