Skip to content

Commit 2a8c4dd

Browse files
xLASRTI: remove version and date information
1 parent 9f23fbd commit 2a8c4dd

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

SRC/dlasrti.f

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,14 @@
9191
*> \author Univ. of Colorado Denver
9292
*> \author NAG Ltd.
9393
*
94-
*> \date April 2020
95-
*
9694
*> \ingroup auxOTHERcomputational
9795
*
9896
* =====================================================================
9997
SUBROUTINE DLASRTI( ID, N, X, INDICES, INFO )
10098
*
101-
* -- LAPACK computational routine (version 3.10.0) --
99+
* -- LAPACK computational routine --
102100
* -- LAPACK is a software package provided by Univ. of Tennessee, --
103101
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
104-
* February 2021
105102
*
106103
* .. Scalar Arguments ..
107104
CHARACTER ID

SRC/slasrti.f

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,14 @@
9191
*> \author Univ. of Colorado Denver
9292
*> \author NAG Ltd.
9393
*
94-
*> \date April 2020
95-
*
9694
*> \ingroup auxOTHERcomputational
9795
*
9896
* =====================================================================
9997
SUBROUTINE SLASRTI( ID, N, X, INDICES, INFO )
10098
*
101-
* -- LAPACK computational routine (version 3.10.0) --
99+
* -- LAPACK computational routine --
102100
* -- LAPACK is a software package provided by Univ. of Tennessee, --
103101
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
104-
* February 2021
105102
*
106103
* .. Scalar Arguments ..
107104
CHARACTER ID

0 commit comments

Comments
 (0)