Skip to content

Commit fd9092e

Browse files
author
Maarten Baert
committed
Remove redundant/harmful ABS in SLASD7
1 parent c4ca73c commit fd9092e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/slasd7.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ SUBROUTINE SLASD7( ICOMPQ, NL, NR, SQRE, K, D, Z, ZW, VF, VFW,
453453
*
454454
* Check if singular values are close enough to allow deflation.
455455
*
456-
IF( ABS( D( J )-D( JPREV ) ).LE.TOL ) THEN
456+
IF( ( D( J )-D( JPREV ) ).LE.TOL ) THEN
457457
*
458458
* Deflation is possible.
459459
*

0 commit comments

Comments
 (0)