Skip to content

Commit

Permalink
fix #931
Browse files Browse the repository at this point in the history
fix typo for the blas level of BLAS/SRC/DTRSV
  • Loading branch information
langou committed Nov 10, 2023
1 parent 8ecaaf9 commit 44e942d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BLAS/SRC/dtrsv.f
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
* =====================================================================
SUBROUTINE DTRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX)
*
* -- Reference BLAS level1 routine --
* -- Reference BLAS level2 routine --
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
*
Expand Down

0 comments on commit 44e942d

Please sign in to comment.