Skip to content

Commit

Permalink
comments unified: 'End of' comment: letters case unified
Browse files Browse the repository at this point in the history
  • Loading branch information
jip authored and weslleyspereira committed Apr 6, 2021
1 parent e9ff507 commit d6bcfc9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion SRC/chb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,6 @@ SUBROUTINE CHB2ST_KERNELS( UPLO, WANTZ, TTYPE,
*
RETURN
*
* END OF CHB2ST_KERNELS
* End of CHB2ST_KERNELS
*
END
2 changes: 1 addition & 1 deletion SRC/dlaed5.f
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ SUBROUTINE DLAED5( I, D, Z, DELTA, RHO, DLAM )
END IF
RETURN
*
* End OF DLAED5
* End of DLAED5
*
END
2 changes: 1 addition & 1 deletion SRC/dlarrc.f
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ SUBROUTINE DLARRC( JOBT, N, VL, VU, D, E, PIVMIN,

RETURN
*
* end of DLARRC
* End of DLARRC
*
END
2 changes: 1 addition & 1 deletion SRC/dlarre.f
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,6 @@ SUBROUTINE DLARRE( RANGE, N, VL, VU, IL, IU, D, E, E2,

RETURN
*
* end of DLARRE
* End of DLARRE
*
END
2 changes: 1 addition & 1 deletion SRC/dlarrr.f
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ SUBROUTINE DLARRR( N, D, E, INFO )
*
RETURN
*
* END OF DLARRR
* End of DLARRR
*
END
2 changes: 1 addition & 1 deletion SRC/dsb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,6 @@ SUBROUTINE DSB2ST_KERNELS( UPLO, WANTZ, TTYPE,
*
RETURN
*
* END OF DSB2ST_KERNELS
* End of DSB2ST_KERNELS
*
END
2 changes: 1 addition & 1 deletion SRC/slaed5.f
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ SUBROUTINE SLAED5( I, D, Z, DELTA, RHO, DLAM )
END IF
RETURN
*
* End OF SLAED5
* End of SLAED5
*
END
2 changes: 1 addition & 1 deletion SRC/slarrc.f
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ SUBROUTINE SLARRC( JOBT, N, VL, VU, D, E, PIVMIN,

RETURN
*
* end of SLARRC
* End of SLARRC
*
END
2 changes: 1 addition & 1 deletion SRC/slarre.f
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,6 @@ SUBROUTINE SLARRE( RANGE, N, VL, VU, IL, IU, D, E, E2,

RETURN
*
* end of SLARRE
* End of SLARRE
*
END
2 changes: 1 addition & 1 deletion SRC/slarrr.f
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ SUBROUTINE SLARRR( N, D, E, INFO )
*
RETURN
*
* END OF SLARRR
* End of SLARRR
*
END
2 changes: 1 addition & 1 deletion SRC/ssb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,6 @@ SUBROUTINE SSB2ST_KERNELS( UPLO, WANTZ, TTYPE,
*
RETURN
*
* END OF SSB2ST_KERNELS
* End of SSB2ST_KERNELS
*
END
2 changes: 1 addition & 1 deletion SRC/zhb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,6 @@ SUBROUTINE ZHB2ST_KERNELS( UPLO, WANTZ, TTYPE,
*
RETURN
*
* END OF ZHB2ST_KERNELS
* End of ZHB2ST_KERNELS
*
END

0 comments on commit d6bcfc9

Please sign in to comment.