aboutsummaryrefslogtreecommitdiff
path: root/BLAS/SRC/dcopy.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/dcopy.f')
-rw-r--r--BLAS/SRC/dcopy.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/BLAS/SRC/dcopy.f b/BLAS/SRC/dcopy.f
index 952466a0..bbc38a75 100644
--- a/BLAS/SRC/dcopy.f
+++ b/BLAS/SRC/dcopy.f
@@ -35,7 +35,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date December 2016
*
*> \ingroup double_blas_level1
*
@@ -51,10 +51,10 @@
* =====================================================================
SUBROUTINE DCOPY(N,DX,INCX,DY,INCY)
*
-* -- Reference BLAS level1 routine (version 3.4.0) --
+* -- Reference BLAS level1 routine (version 3.7.0) --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* December 2016
*
* .. Scalar Arguments ..
INTEGER INCX,INCY,N