Remove redundant IF in TESTING/LIN/*chkrfp.f
authoreugene.chereshnev <eugenechereshnev@gmail.com>
Sat, 25 Mar 2017 00:51:27 +0000 (17:51 -0700)
committereugene.chereshnev <eugenechereshnev@gmail.com>
Mon, 27 Mar 2017 02:04:36 +0000 (19:04 -0700)
TESTING/LIN/cchkrfp.f
TESTING/LIN/dchkrfp.f
TESTING/LIN/schkrfp.f
TESTING/LIN/zchkrfp.f

index 6e903eb..df16ad7 100644 (file)
          STOP
       END IF
 *
-      IF( FATAL ) THEN
-         WRITE( NOUT, FMT = 9999 )
-         STOP
-      END IF
-*
 *     Calculate and print the machine dependent constants.
 *
       EPS = SLAMCH( 'Underflow threshold' )
index d6c50fb..2b3a883 100644 (file)
          STOP
       END IF
 *
-      IF( FATAL ) THEN
-         WRITE( NOUT, FMT = 9999 )
-         STOP
-      END IF
-*
 *     Calculate and print the machine dependent constants.
 *
       EPS = DLAMCH( 'Underflow threshold' )
index 75d19e3..e3406f1 100644 (file)
          STOP
       END IF
 *
-      IF( FATAL ) THEN
-         WRITE( NOUT, FMT = 9999 )
-         STOP
-      END IF
-*
 *     Calculate and print the machine dependent constants.
 *
       EPS = SLAMCH( 'Underflow threshold' )
index 27586a4..ece4a34 100644 (file)
          STOP
       END IF
 *
-      IF( FATAL ) THEN
-         WRITE( NOUT, FMT = 9999 )
-         STOP
-      END IF
-*
 *     Calculate and print the machine dependent constants.
 *
       EPS = DLAMCH( 'Underflow threshold' )