Skip to content

Commit 303403b

Browse files
committed
misplaced fypp endfor after merge
1 parent f8b0b1f commit 303403b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/linalg/test_linalg_sparse.fypp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ contains
484484

485485
end block
486486
#:endfor
487+
#:endfor
487488

488489
end subroutine
489490

@@ -574,8 +575,9 @@ contains
574575
y = 0._wp
575576
call spmv( CSC_low, x, y )
576577
call check(error, all(y == y_ref) , "error in low CSC ${s1}$ spmv" )
577-
#:endfor
578578
end block
579+
#:endfor
580+
579581
end subroutine
580582

581583
end module

0 commit comments

Comments
 (0)