Skip to content

Commit b1143c5

Browse files
committed
comments fixed: line length in CBDT01 and xPOT01
1 parent 8671e8d commit b1143c5

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

TESTING/EIG/cbdt01.f

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
*> \param[out] RESID
128128
*> \verbatim
129129
*> RESID is REAL
130-
*> The test ratio: norm(A - Q * B * P**H) / ( n * norm(A) * EPS )
130+
*> The test ratio:
131+
*> norm(A - Q * B * P**H) / ( n * norm(A) * EPS )
131132
*> \endverbatim
132133
*
133134
* Authors:

TESTING/LIN/cpot01.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
*> AFAC is COMPLEX array, dimension (LDAFAC,N)
7070
*> On entry, the factor L or U from the L * L**H or U**H * U
7171
*> factorization of A.
72-
*> Overwritten with the reconstructed matrix, and then with the
73-
*> difference L * L**H - A (or U**H * U - A).
72+
*> Overwritten with the reconstructed matrix, and then with
73+
*> the difference L * L**H - A (or U**H * U - A).
7474
*> \endverbatim
7575
*>
7676
*> \param[in] LDAFAC

TESTING/LIN/dpot01.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
*> AFAC is DOUBLE PRECISION array, dimension (LDAFAC,N)
6868
*> On entry, the factor L or U from the L * L**T or U**T * U
6969
*> factorization of A.
70-
*> Overwritten with the reconstructed matrix, and then with the
71-
*> difference L * L**T - A (or U**T * U - A).
70+
*> Overwritten with the reconstructed matrix, and then with
71+
*> the difference L * L**T - A (or U**T * U - A).
7272
*> \endverbatim
7373
*>
7474
*> \param[in] LDAFAC

TESTING/LIN/spot01.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
*> AFAC is REAL array, dimension (LDAFAC,N)
6868
*> On entry, the factor L or U from the L * L**T or U**T * U
6969
*> factorization of A.
70-
*> Overwritten with the reconstructed matrix, and then with the
71-
*> difference L * L**T - A (or U**T * U - A).
70+
*> Overwritten with the reconstructed matrix, and then with
71+
*> the difference L * L**T - A (or U**T * U - A).
7272
*> \endverbatim
7373
*>
7474
*> \param[in] LDAFAC

TESTING/LIN/zpot01.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*> AFAC is COMPLEX*16 array, dimension (LDAFAC,N)
7070
*> On entry, the factor L or U from the L * L**H or U**H * U
7171
*> factorization of A.
72-
*> Overwritten with the reconstructed matrix, and then with the
72+
*> Overwritten with the reconstructed matrix, and then with
7373
*> the difference L * L**H - A (or U**H * U - A).
7474
*> \endverbatim
7575
*>

0 commit comments

Comments
 (0)