fixed comments in dsytf2_rook.f and ssytf2_rook.f
authorigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 7 Dec 2011 09:14:09 +0000 (09:14 +0000)
committerigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 7 Dec 2011 09:14:09 +0000 (09:14 +0000)
SRC/dsytf2_rook.f
SRC/ssytf2_rook.f

index 692e89b..fe2920f 100644 (file)
 *                 Begin pivot search loop body
 *
 *                 JMAX is the column-index of the largest off-diagonal
-*                 element in row IMAX, and ROWMAX is its absolute value
-*                 Determine only ROWMAX.
+*                 element in row IMAX, and ROWMAX is its absolute value.
+*                 Determine both ROWMAX and JMAX.
 *
                   IF( IMAX.NE.K ) THEN
                      JMAX = IMAX + IDAMAX( K-IMAX, A( IMAX, IMAX+1 ),
index 1a60390..c8e063f 100644 (file)
 *                 Begin pivot search loop body
 *
 *                 JMAX is the column-index of the largest off-diagonal
-*                 element in row IMAX, and ROWMAX is its absolute value
-*                 Determine only ROWMAX.
+*                 element in row IMAX, and ROWMAX is its absolute value.
+*                 Determine both ROWMAX and JMAX.
 *
                   IF( IMAX.NE.K ) THEN
                      JMAX = IMAX + ISAMAX( K-IMAX, A( IMAX, IMAX+1 ),