Fixing compilation warning error for git

This commit is contained in:
Daniel Bielich
2023-03-21 17:14:46 -04:00
parent 1e2d26e27e
commit e52daa3151
+1 -1
View File
@@ -688,7 +688,7 @@
NFAIL_SVDIFF, ' times. Test FAILED.'
WRITE(*,*) 'The maximal discrepancy in the singular values (relative to the norm) was ', SVDIFF
WRITE(*,*) 'It should be up to O(M*N) times EPS, EPS = ', EPS
NFAILQ_TOTAL = NFAILQ_TOTAL + SVDIFF
NFAILQ_TOTAL = NFAILQ_TOTAL + NFAIL_SVDIFF
END IF
IF ( NFAIL_F_QR == 0 ) THEN
WRITE(*,*) '>>>> F - Q*R test PASSED.'