Skip to content

Commit

Permalink
Merge pull request #933 from Reference-LAPACK/issue931_timdavis__inco…
Browse files Browse the repository at this point in the history
…rrect_blas_level_in_dtrsv

fix #931
  • Loading branch information
weslleyspereira authored Nov 10, 2023
2 parents 8ecaaf9 + 44e942d commit 43a55bc
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 43a55bc

Please sign in to comment.