aboutsummaryrefslogtreecommitdiff
path: root/BLAS/SRC/stbsv.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/stbsv.f')
-rw-r--r--BLAS/SRC/stbsv.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/BLAS/SRC/stbsv.f b/BLAS/SRC/stbsv.f
index ade4000d..00aaeba6 100644
--- a/BLAS/SRC/stbsv.f
+++ b/BLAS/SRC/stbsv.f
@@ -168,7 +168,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date December 2016
*
*> \ingroup single_blas_level2
*
@@ -189,10 +189,10 @@
* =====================================================================
SUBROUTINE STBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
*
-* -- Reference BLAS level2 routine (version 3.4.0) --
+* -- Reference BLAS level2 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,K,LDA,N