Skip to content

Commit 9f23fbd

Browse files
xLASRTR: remove version and date information
1 parent 5b48881 commit 9f23fbd

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

SRC/clasrtr.f

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,14 @@
100100
*
101101
*> \author Christoph Conrads (https://christoph-conrads.name)
102102
*
103-
*> \date April 2020
104-
*
105103
*> \ingroup auxOTHERcomputational
106104
*
107105
* =====================================================================
108106
SUBROUTINE CLASRTR( ID, M, N, A, LDA, IPVT, RWORK, INFO )
109107
*
110-
* -- LAPACK computational routine (version 3.10.0) --
108+
* -- LAPACK computational routine --
111109
* -- LAPACK is a software package provided by Univ. of Tennessee, --
112110
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
113-
* February 2021
114111
*
115112
* .. Scalar Arguments ..
116113
CHARACTER ID

SRC/dlasrtr.f

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,14 @@
9999
*
100100
*> \author Christoph Conrads (https://christoph-conrads.name)
101101
*
102-
*> \date April 2020
103-
*
104102
*> \ingroup auxOTHERcomputational
105103
*
106104
* =====================================================================
107105
SUBROUTINE DLASRTR( ID, M, N, A, LDA, IPVT, WORK, INFO )
108106
*
109-
* -- LAPACK computational routine (version 3.10.0) --
107+
* -- LAPACK computational routine --
110108
* -- LAPACK is a software package provided by Univ. of Tennessee, --
111109
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
112-
* February 2021
113110
*
114111
* .. Scalar Arguments ..
115112
CHARACTER ID

SRC/slasrtr.f

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,14 @@
9999
*
100100
*> \author Christoph Conrads (https://christoph-conrads.name)
101101
*
102-
*> \date April 2020
103-
*
104102
*> \ingroup auxOTHERcomputational
105103
*
106104
* =====================================================================
107105
SUBROUTINE SLASRTR( ID, M, N, A, LDA, IPVT, WORK, INFO )
108106
*
109-
* -- LAPACK computational routine (version 3.10.0) --
107+
* -- LAPACK computational routine --
110108
* -- LAPACK is a software package provided by Univ. of Tennessee, --
111109
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
112-
* February 2021
113110
*
114111
* .. Scalar Arguments ..
115112
CHARACTER ID

SRC/zlasrtr.f

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,14 @@
100100
*
101101
*> \author Christoph Conrads (https://christoph-conrads.name)
102102
*
103-
*> \date April 2020
104-
*
105103
*> \ingroup auxOTHERcomputational
106104
*
107105
* =====================================================================
108106
SUBROUTINE ZLASRTR( ID, M, N, A, LDA, IPVT, RWORK, INFO )
109107
*
110-
* -- LAPACK computational routine (version 3.10.0) --
108+
* -- LAPACK computational routine --
111109
* -- LAPACK is a software package provided by Univ. of Tennessee, --
112110
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
113-
* February 2021
114111
*
115112
* .. Scalar Arguments ..
116113
CHARACTER ID

0 commit comments

Comments
 (0)