Skip to content

Commit

Permalink
updated to new get_err_str routine
Browse files Browse the repository at this point in the history
  • Loading branch information
Simkern committed Jun 26, 2024
1 parent 2e4a96c commit 6536076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestLyapunov.f90
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ subroutine test_project_onto_common_basis_rdp(error)

! Check correctness.
err = abs(sdata(1) - svals(1))
call get_err_str(msg, "max err: ", err)
call get_err_str(msg, "max err: ", err, rtol_dp)
call check(error, err < rtol_dp)
call check_test(error, 'test_project_onto_common_basis_rdp', &
& info='Singular value comparison', eq='s_1 = s(LR)_1', context=msg)
Expand Down

0 comments on commit 6536076

Please sign in to comment.