Skip to content

Commit 656fbeb

Browse files
committed
LIN/dchkcxx.f: chnaged comments for test 5.
modified: LIN/dchkcxx.f
1 parent 5c1c526 commit 656fbeb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

TESTING/LIN/dchkcxx.f

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,12 +866,13 @@ SUBROUTINE DCHKCXX( DOTYPE, NM, MVAL, NN, NVAL,
866866
* ===============
867867
* This test is only for the factorizations with the
868868
* rank greater than 0.
869-
* For J=1:K, the J-th column of C should be element-wize
869+
* For J=1:K, the J-th column of C should be elementwise
870870
* equal (including NaN and Inf)
871871
* to the JPIV(J)-th column of A.
872872
*
873873
RESULT( 5 ) = ZERO
874-
IF(.FALsE.) THEN
874+
* Disable for now, incomplete test.
875+
IF(.FALSE.) THEN
875876
DO J = 1, K, 1
876877
DO I = 1, M, 1
877878
IF( .NOT. (C( (J-1)*LDC+I )

0 commit comments

Comments
 (0)