Skip to content

Commit db73fdc

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

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
@@ -59,8 +59,8 @@ module stdlib_sparse_kinds
5959

6060
!> CSR: Compressed sparse row or Yale format
6161
type, public, extends(sparse_type) :: CSR_type
62-
integer, allocatable :: col(:) !> matrix column pointer
63-
integer, allocatable :: rowptr(:) !> matrix row pointer
62+
integer, allocatable :: col(:) !! matrix column pointer
63+
integer, allocatable :: rowptr(:) !! matrix row pointer
6464
contains
6565
procedure :: malloc => malloc_csr
6666
end type

0 commit comments

Comments
 (0)