Skip to content

Commit f8b0b1f

Browse files
committed
missing end block from merge
1 parent 7da8670 commit f8b0b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/linalg/test_linalg_sparse.fypp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ contains
575575
call spmv( CSC_low, x, y )
576576
call check(error, all(y == y_ref) , "error in low CSC ${s1}$ spmv" )
577577
#:endfor
578+
end block
578579
end subroutine
579580

580581
end module

0 commit comments

Comments
 (0)