Skip to content

Commit d2f8806

Browse files
xLASRTI: update version number, release date
1 parent a02a20d commit d2f8806

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SRC/dlasrti.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
* =====================================================================
9999
SUBROUTINE DLASRTI( ID, N, X, INDICES, INFO )
100100
*
101-
* -- LAPACK computational routine (version TODO) --
101+
* -- LAPACK computational routine (version 3.10.0) --
102102
* -- LAPACK is a software package provided by Univ. of Tennessee, --
103103
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
104-
* TODO
104+
* February 2021
105105
*
106106
* .. Scalar Arguments ..
107107
CHARACTER ID

SRC/slasrti.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
* =====================================================================
9999
SUBROUTINE SLASRTI( ID, N, X, INDICES, INFO )
100100
*
101-
* -- LAPACK computational routine (version TODO) --
101+
* -- LAPACK computational routine (version 3.10.0) --
102102
* -- LAPACK is a software package provided by Univ. of Tennessee, --
103103
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
104-
* TODO
104+
* February 2021
105105
*
106106
* .. Scalar Arguments ..
107107
CHARACTER ID

0 commit comments

Comments
 (0)