Index: SRC/cla_herpvgrw.f =================================================================== --- SRC/cla_herpvgrw.f (revision 1776) +++ SRC/cla_herpvgrw.f (working copy) @@ -147,7 +147,7 @@ COMPLEX ZDUM * .. * .. External Functions .. - EXTERNAL LSAME, CLASET + EXTERNAL LSAME * .. * .. Intrinsic Functions .. INTRINSIC ABS, REAL, AIMAG, MAX, MIN Index: SRC/cla_porpvgrw.f =================================================================== --- SRC/cla_porpvgrw.f (revision 1776) +++ SRC/cla_porpvgrw.f (working copy) @@ -128,7 +128,7 @@ COMPLEX ZDUM * .. * .. External Functions .. - EXTERNAL LSAME, CLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Intrinsic Functions .. Index: SRC/cla_syrpvgrw.f =================================================================== --- SRC/cla_syrpvgrw.f (revision 1776) +++ SRC/cla_syrpvgrw.f (working copy) @@ -150,7 +150,7 @@ INTRINSIC ABS, REAL, AIMAG, MAX, MIN * .. * .. External Subroutines .. - EXTERNAL LSAME, CLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Statement Functions .. Index: SRC/dgeqr2p.f =================================================================== --- SRC/dgeqr2p.f (revision 1776) +++ SRC/dgeqr2p.f (working copy) @@ -33,7 +33,7 @@ *> *> \verbatim *> -*> DGEQR2 computes a QR factorization of a real m by n matrix A: +*> DGEQR2P computes a QR factorization of a real m by n matrix A: *> A = Q * R. The diagonal entries of R are nonnegative. *> \endverbatim * Index: SRC/dla_porpvgrw.f =================================================================== --- SRC/dla_porpvgrw.f (revision 1776) +++ SRC/dla_porpvgrw.f (working copy) @@ -130,7 +130,7 @@ INTRINSIC ABS, MAX, MIN * .. * .. External Functions .. - EXTERNAL LSAME, DLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Executable Statements .. Index: SRC/dla_syrpvgrw.f =================================================================== --- SRC/dla_syrpvgrw.f (revision 1776) +++ SRC/dla_syrpvgrw.f (working copy) @@ -147,7 +147,7 @@ INTRINSIC ABS, MAX, MIN * .. * .. External Functions .. - EXTERNAL LSAME, DLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Executable Statements .. Index: SRC/sla_porpvgrw.f =================================================================== --- SRC/sla_porpvgrw.f (revision 1776) +++ SRC/sla_porpvgrw.f (working copy) @@ -128,7 +128,7 @@ INTRINSIC ABS, MAX, MIN * .. * .. External Functions .. - EXTERNAL LSAME, SLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Executable Statements .. Index: SRC/sla_syrcond.f =================================================================== --- SRC/sla_syrcond.f (revision 1776) +++ SRC/sla_syrcond.f (working copy) @@ -178,7 +178,7 @@ EXTERNAL LSAME, ISAMAX, SLAMCH * .. * .. External Subroutines .. - EXTERNAL SLACN2, SLATRS, SRSCL, XERBLA, SSYTRS + EXTERNAL SLACN2, XERBLA, SSYTRS * .. * .. Intrinsic Functions .. INTRINSIC ABS, MAX Index: SRC/sla_syrpvgrw.f =================================================================== --- SRC/sla_syrpvgrw.f (revision 1776) +++ SRC/sla_syrpvgrw.f (working copy) @@ -147,7 +147,7 @@ INTRINSIC ABS, MAX, MIN * .. * .. External Functions .. - EXTERNAL LSAME, SLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Executable Statements .. Index: SRC/zla_herpvgrw.f =================================================================== --- SRC/zla_herpvgrw.f (revision 1776) +++ SRC/zla_herpvgrw.f (working copy) @@ -147,7 +147,7 @@ COMPLEX*16 ZDUM * .. * .. External Functions .. - EXTERNAL LSAME, ZLASET + EXTERNAL LSAME * .. * .. Intrinsic Functions .. INTRINSIC ABS, REAL, DIMAG, MAX, MIN Index: SRC/zla_porpvgrw.f =================================================================== --- SRC/zla_porpvgrw.f (revision 1776) +++ SRC/zla_porpvgrw.f (working copy) @@ -130,7 +130,7 @@ COMPLEX*16 ZDUM * .. * .. External Functions .. - EXTERNAL LSAME, ZLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Intrinsic Functions .. Index: SRC/zla_syrpvgrw.f =================================================================== --- SRC/zla_syrpvgrw.f (revision 1776) +++ SRC/zla_syrpvgrw.f (working copy) @@ -150,7 +150,7 @@ INTRINSIC ABS, REAL, DIMAG, MAX, MIN * .. * .. External Subroutines .. - EXTERNAL LSAME, ZLASET + EXTERNAL LSAME LOGICAL LSAME * .. * .. Statement Functions ..