Skip to content

Commit

Permalink
comments unified: 'End of' comment: added where omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
jip authored and weslleyspereira committed Apr 6, 2021
1 parent 5f58f3c commit b7eb194
Show file tree
Hide file tree
Showing 126 changed files with 455 additions and 8 deletions.
3 changes: 3 additions & 0 deletions BLAS/SRC/caxpy.f
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,7 @@ SUBROUTINE CAXPY(N,CA,CX,INCX,CY,INCY)
END IF
*
RETURN
*
* End of CAXPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/ccopy.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ SUBROUTINE CCOPY(N,CX,INCX,CY,INCY)
END DO
END IF
RETURN
*
* End of CCOPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/cdotc.f
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
END IF
CDOTC = CTEMP
RETURN
*
* End of CDOTC
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/cdotu.f
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@ COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY)
END IF
CDOTU = CTEMP
RETURN
*
* End of CDOTU
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/cscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ SUBROUTINE CSCAL(N,CA,CX,INCX)
END DO
END IF
RETURN
*
* End of CSCAL
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/csrot.f
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,7 @@ SUBROUTINE CSROT( N, CX, INCX, CY, INCY, C, S )
END DO
END IF
RETURN
*
* End of CSROT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/csscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@ SUBROUTINE CSSCAL(N,SA,CX,INCX)
END DO
END IF
RETURN
*
* End of CSSCAL
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/cswap.f
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ SUBROUTINE CSWAP(N,CX,INCX,CY,INCY)
END DO
END IF
RETURN
*
* End of CSWAP
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/dasum.f
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@ DOUBLE PRECISION FUNCTION DASUM(N,DX,INCX)
END IF
DASUM = DTEMP
RETURN
*
* End of DASUM
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/daxpy.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,7 @@ SUBROUTINE DAXPY(N,DA,DX,INCX,DY,INCY)
END DO
END IF
RETURN
*
* End of DAXPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/dcabs1.f
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ DOUBLE PRECISION FUNCTION DCABS1(Z)
*
DCABS1 = ABS(DBLE(Z)) + ABS(DIMAG(Z))
RETURN
*
* End of DCABS1
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/dcopy.f
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,7 @@ SUBROUTINE DCOPY(N,DX,INCX,DY,INCY)
END DO
END IF
RETURN
*
* End of DCOPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/ddot.f
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,7 @@ DOUBLE PRECISION FUNCTION DDOT(N,DX,INCX,DY,INCY)
END IF
DDOT = DTEMP
RETURN
*
* End of DDOT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/drot.f
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,7 @@ SUBROUTINE DROT(N,DX,INCX,DY,INCY,C,S)
END DO
END IF
RETURN
*
* End of DROT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/drotm.f
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,7 @@ SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM)
END IF
END IF
RETURN
*
* End of DROTM
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/drotmg.f
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ SUBROUTINE DROTMG(DD1,DD2,DX1,DY1,DPARAM)

DPARAM(1) = DFLAG
RETURN
*
* End of DROTMG
*
END


Expand Down
3 changes: 3 additions & 0 deletions BLAS/SRC/dscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@ SUBROUTINE DSCAL(N,DA,DX,INCX)
END DO
END IF
RETURN
*
* End of DSCAL
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/dsdot.f
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,7 @@ DOUBLE PRECISION FUNCTION DSDOT(N,SX,INCX,SY,INCY)
END DO
END IF
RETURN
*
* End of DSDOT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/dswap.f
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,7 @@ SUBROUTINE DSWAP(N,DX,INCX,DY,INCY)
END DO
END IF
RETURN
*
* End of DSWAP
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/dzasum.f
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,7 @@ DOUBLE PRECISION FUNCTION DZASUM(N,ZX,INCX)
END IF
DZASUM = STEMP
RETURN
*
* End of DZASUM
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/icamax.f
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,7 @@ INTEGER FUNCTION ICAMAX(N,CX,INCX)
END DO
END IF
RETURN
*
* End of ICAMAX
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/idamax.f
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,7 @@ INTEGER FUNCTION IDAMAX(N,DX,INCX)
END DO
END IF
RETURN
*
* End of IDAMAX
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/isamax.f
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,7 @@ INTEGER FUNCTION ISAMAX(N,SX,INCX)
END DO
END IF
RETURN
*
* End of ISAMAX
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/izamax.f
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,7 @@ INTEGER FUNCTION IZAMAX(N,ZX,INCX)
END DO
END IF
RETURN
*
* End of IZAMAX
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/sasum.f
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,7 @@ REAL FUNCTION SASUM(N,SX,INCX)
END IF
SASUM = STEMP
RETURN
*
* End of SASUM
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/saxpy.f
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,7 @@ SUBROUTINE SAXPY(N,SA,SX,INCX,SY,INCY)
END DO
END IF
RETURN
*
* End of SAXPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/scabs1.f
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ REAL FUNCTION SCABS1(Z)
* ..
SCABS1 = ABS(REAL(Z)) + ABS(AIMAG(Z))
RETURN
*
* End of SCABS1
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/scasum.f
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ REAL FUNCTION SCASUM(N,CX,INCX)
END IF
SCASUM = STEMP
RETURN
*
* End of SCASUM
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/scopy.f
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,7 @@ SUBROUTINE SCOPY(N,SX,INCX,SY,INCY)
END DO
END IF
RETURN
*
* End of SCOPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/sdot.f
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,7 @@ REAL FUNCTION SDOT(N,SX,INCX,SY,INCY)
END IF
SDOT = STEMP
RETURN
*
* End of SDOT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/sdsdot.f
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,7 @@ REAL FUNCTION SDSDOT(N,SB,SX,INCX,SY,INCY)
END IF
SDSDOT = DSDOT
RETURN
*
* End of SDSDOT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/srot.f
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,7 @@ SUBROUTINE SROT(N,SX,INCX,SY,INCY,C,S)
END DO
END IF
RETURN
*
* End of SROT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/srotm.f
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,7 @@ SUBROUTINE SROTM(N,SX,INCX,SY,INCY,SPARAM)
END IF
END IF
RETURN
*
* End of SROTM
*
END
7 changes: 3 additions & 4 deletions BLAS/SRC/srotmg.f
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ SUBROUTINE SROTMG(SD1,SD2,SX1,SY1,SPARAM)

SPARAM(1) = SFLAG
RETURN
*
* End of SROTMG
*
END




3 changes: 3 additions & 0 deletions BLAS/SRC/sscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@ SUBROUTINE SSCAL(N,SA,SX,INCX)
END DO
END IF
RETURN
*
* End of SSCAL
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/sswap.f
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,7 @@ SUBROUTINE SSWAP(N,SX,INCX,SY,INCY)
END DO
END IF
RETURN
*
* End of SSWAP
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/xerbla_array.f
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ SUBROUTINE XERBLA_ARRAY(SRNAME_ARRAY, SRNAME_LEN, INFO)
CALL XERBLA( SRNAME, INFO )

RETURN
*
* End of XERBLA_ARRAY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zaxpy.f
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,7 @@ SUBROUTINE ZAXPY(N,ZA,ZX,INCX,ZY,INCY)
END IF
*
RETURN
*
* End of ZAXPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zcopy.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ SUBROUTINE ZCOPY(N,ZX,INCX,ZY,INCY)
END DO
END IF
RETURN
*
* End of ZCOPY
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zdotc.f
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ COMPLEX*16 FUNCTION ZDOTC(N,ZX,INCX,ZY,INCY)
END IF
ZDOTC = ZTEMP
RETURN
*
* End of ZDOTC
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zdotu.f
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@ COMPLEX*16 FUNCTION ZDOTU(N,ZX,INCX,ZY,INCY)
END IF
ZDOTU = ZTEMP
RETURN
*
* End of ZDOTU
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zdrot.f
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,7 @@ SUBROUTINE ZDROT( N, ZX, INCX, ZY, INCY, C, S )
END DO
END IF
RETURN
*
* End of ZDROT
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zdscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@ SUBROUTINE ZDSCAL(N,DA,ZX,INCX)
END DO
END IF
RETURN
*
* End of ZDSCAL
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ SUBROUTINE ZSCAL(N,ZA,ZX,INCX)
END DO
END IF
RETURN
*
* End of ZSCAL
*
END
3 changes: 3 additions & 0 deletions BLAS/SRC/zswap.f
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ SUBROUTINE ZSWAP(N,ZX,INCX,ZY,INCY)
END DO
END IF
RETURN
*
* End of ZSWAP
*
END
Loading

0 comments on commit b7eb194

Please sign in to comment.