File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,11 +217,6 @@ PROGRAM CCHKRFP
217217 WRITE ( NOUT, FMT = 9999 )
218218 STOP
219219 END IF
220- *
221- IF ( FATAL ) THEN
222- WRITE ( NOUT, FMT = 9999 )
223- STOP
224- END IF
225220*
226221* Calculate and print the machine dependent constants.
227222*
Original file line number Diff line number Diff line change @@ -216,11 +216,6 @@ PROGRAM DCHKRFP
216216 WRITE ( NOUT, FMT = 9999 )
217217 STOP
218218 END IF
219- *
220- IF ( FATAL ) THEN
221- WRITE ( NOUT, FMT = 9999 )
222- STOP
223- END IF
224219*
225220* Calculate and print the machine dependent constants.
226221*
Original file line number Diff line number Diff line change @@ -215,11 +215,6 @@ PROGRAM SCHKRFP
215215 WRITE ( NOUT, FMT = 9999 )
216216 STOP
217217 END IF
218- *
219- IF ( FATAL ) THEN
220- WRITE ( NOUT, FMT = 9999 )
221- STOP
222- END IF
223218*
224219* Calculate and print the machine dependent constants.
225220*
Original file line number Diff line number Diff line change @@ -217,11 +217,6 @@ PROGRAM ZCHKRFP
217217 WRITE ( NOUT, FMT = 9999 )
218218 STOP
219219 END IF
220- *
221- IF ( FATAL ) THEN
222- WRITE ( NOUT, FMT = 9999 )
223- STOP
224- END IF
225220*
226221* Calculate and print the machine dependent constants.
227222*
You can’t perform that action at this time.
0 commit comments