Skip to content

Commit ded77dc

Browse files
committed
Merge branch 'matrix_norma' of https://github.com/perazz/stdlib into matrix_norma
2 parents 3f30ed8 + 53de5e6 commit ded77dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/linalg/test_linalg_mnorm.fypp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module test_linalg_mnorm
2222
#:for rank in range(3, MAXRANK)
2323
tests = [tests,new_unittest("test_mnorm_${ri}$_${rank}$d",test_mnorm_${ri}$_${rank}$d)]
2424
#:endfor
25-
#:endfor
2625

2726
end subroutine test_matrix_norms
2827

@@ -106,7 +105,6 @@ module test_linalg_mnorm
106105
end subroutine test_mnorm_${ri}$_${rank}$d
107106
#:endfor
108107

109-
110108
#:endfor
111109

112110
end module test_linalg_mnorm

0 commit comments

Comments
 (0)