Skip to content

Commit b4667cf

Browse files
committed
comments unified: 'End of' comment: name fixed
1 parent 7900bc9 commit b4667cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+74
-74
lines changed

SRC/cgetsls.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,6 @@ SUBROUTINE CGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB,
494494
WORK( 1 ) = REAL( TSZO + LWO )
495495
RETURN
496496
*
497-
* End of ZGETSLS
497+
* End of CGETSLS
498498
*
499499
END

SRC/clapmr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ SUBROUTINE CLAPMR( FORWRD, M, N, X, LDX, K )
198198
*
199199
RETURN
200200
*
201-
* End of ZLAPMT
201+
* End of CLAPMR
202202
*
203203
END
204204

SRC/dladiv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ DOUBLE PRECISION FUNCTION DLADIV2( A, B, C, D, R, T )
251251
*
252252
RETURN
253253
*
254-
* End of DLADIV12
254+
* End of DLADIV2
255255
*
256256
END

SRC/dlapmr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ SUBROUTINE DLAPMR( FORWRD, M, N, X, LDX, K )
198198
*
199199
RETURN
200200
*
201-
* End of ZLAPMT
201+
* End of DLAPMR
202202
*
203203
END
204204

SRC/sladiv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ REAL FUNCTION SLADIV2( A, B, C, D, R, T )
251251
*
252252
RETURN
253253
*
254-
* End of SLADIV
254+
* End of SLADIV2
255255
*
256256
END

SRC/slapmr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ SUBROUTINE SLAPMR( FORWRD, M, N, X, LDX, K )
198198
*
199199
RETURN
200200
*
201-
* End of ZLAPMT
201+
* End of SLAPMR
202202
*
203203
END
204204

SRC/slartgp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ SUBROUTINE SLARTGP( F, G, CS, SN, R )
197197
END IF
198198
RETURN
199199
*
200-
* End of SLARTG
200+
* End of SLARTGP
201201
*
202202
END

SRC/ssycon_3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,6 @@ SUBROUTINE SSYCON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND,
280280
*
281281
RETURN
282282
*
283-
* End of DSYCON_3
283+
* End of SSYCON_3
284284
*
285285
END

SRC/zlapmr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ SUBROUTINE ZLAPMR( FORWRD, M, N, X, LDX, K )
198198
*
199199
RETURN
200200
*
201-
* End of ZLAPMT
201+
* End of ZLAPMR
202202
*
203203
END
204204

TESTING/EIG/cchkhb2stg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,6 @@ SUBROUTINE CCHKHB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE,
873873
9993 FORMAT( ' N=', I5, ', K=', I4, ', seed=', 4( I4, ',' ), ' type ',
874874
$ I2, ', test(', I2, ')=', G10.3 )
875875
*
876-
* End of CCHKHBSTG
876+
* End of CCHKHB2STG
877877
*
878878
END

0 commit comments

Comments
 (0)