Skip to content

Commit

Permalink
Tidy singular scaling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Jan 10, 2025
1 parent d2e9310 commit 88541c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scaling.f90
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ subroutine test_hungarian_unsym_singular
endif

if(match(ising) .ne. 0) then
write(*, "(a, i5, a, i5)") "Singular column ", ising, "matched to ", match(ising)
write(*, "(a, i5, a, i5)") "Singular row ", ising, "matched to ", match(ising)
errors = errors + 1
endif

Expand All @@ -651,7 +651,7 @@ end subroutine test_hungarian_unsym_singular
subroutine test_hungarian_sym_singular
integer :: m = 3
integer :: n = 3
integer :: nz = 6
integer :: nz = 2
integer :: ising = 3
type(matrix_type) :: a

Expand Down

0 comments on commit 88541c7

Please sign in to comment.