Skip to content

Commit 43a55bc

Browse files
Merge pull request #933 from Reference-LAPACK/issue931_timdavis__incorrect_blas_level_in_dtrsv
fix #931
2 parents 8ecaaf9 + 44e942d commit 43a55bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BLAS/SRC/dtrsv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
* =====================================================================
142142
SUBROUTINE DTRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX)
143143
*
144-
* -- Reference BLAS level1 routine --
144+
* -- Reference BLAS level2 routine --
145145
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
146146
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
147147
*

0 commit comments

Comments
 (0)