Skip to content

Commit cc3f1f2

Browse files
committed
Revert "Pinpointing why the expm test fails."
This reverts commit 65ad5f2.
1 parent 65ad5f2 commit cc3f1f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/linalg/test_linalg_expm.fypp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ module test_linalg_expm
5858

5959
! Check result.
6060
err = mnorm(Eref - E, "inf")
61-
print *, "Error", err, maxval(abs(Eref - E)), (n**2)*epsilon(1.0_${rk}$)
6261
call check(error, err < (n**2)*epsilon(1.0_${rk}$), "Analytical matrix exponential.")
6362
if (allocated(error)) return
6463
return

0 commit comments

Comments
 (0)