We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575c426 commit db73fdcCopy full SHA for db73fdc
src/stdlib_sparse_kinds.fypp
@@ -59,8 +59,8 @@ module stdlib_sparse_kinds
59
60
!> CSR: Compressed sparse row or Yale format
61
type, public, extends(sparse_type) :: CSR_type
62
- integer, allocatable :: col(:) !> matrix column pointer
63
- integer, allocatable :: rowptr(:) !> matrix row pointer
+ integer, allocatable :: col(:) !! matrix column pointer
+ integer, allocatable :: rowptr(:) !! matrix row pointer
64
contains
65
procedure :: malloc => malloc_csr
66
end type
0 commit comments