Skip to content

Commit ce81740

Browse files
committed
implicit none in TESTING
1 parent 62b1d4a commit ce81740

File tree

416 files changed

+418
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

416 files changed

+418
-0
lines changed

TESTING/EIG/alahdg.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
*
6060
* =====================================================================
6161
SUBROUTINE ALAHDG( IOUNIT, PATH )
62+
IMPLICIT NONE
6263
*
6364
* -- LAPACK test routine --
6465
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/alareq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
*
8888
* =====================================================================
8989
SUBROUTINE ALAREQ( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT )
90+
IMPLICIT NONE
9091
*
9192
* -- LAPACK test routine --
9293
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/alarqg.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
*
8888
* =====================================================================
8989
SUBROUTINE ALARQG( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT )
90+
IMPLICIT NONE
9091
*
9192
* -- LAPACK test routine --
9293
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/alasmg.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
*
7171
* =====================================================================
7272
SUBROUTINE ALASMG( TYPE, NOUT, NFAIL, NRUN, NERRS )
73+
IMPLICIT NONE
7374
*
7475
* -- LAPACK test routine --
7576
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/alasum.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
*
7171
* =====================================================================
7272
SUBROUTINE ALASUM( TYPE, NOUT, NFAIL, NRUN, NERRS )
73+
IMPLICIT NONE
7374
*
7475
* -- LAPACK test routine --
7576
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/alasvm.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
*
7171
* =====================================================================
7272
SUBROUTINE ALASVM( TYPE, NOUT, NFAIL, NRUN, NERRS )
73+
IMPLICIT NONE
7374
*
7475
* -- LAPACK test routine --
7576
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/cbdt01.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
* =====================================================================
145145
SUBROUTINE CBDT01( M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK,
146146
$ RWORK, RESID )
147+
IMPLICIT NONE
147148
*
148149
* -- LAPACK test routine --
149150
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/cbdt02.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
* =====================================================================
118118
SUBROUTINE CBDT02( M, N, B, LDB, C, LDC, U, LDU, WORK, RWORK,
119119
$ RESID )
120+
IMPLICIT NONE
120121
*
121122
* -- LAPACK test routine --
122123
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/cbdt03.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
* =====================================================================
133133
SUBROUTINE CBDT03( UPLO, N, KD, D, E, U, LDU, S, VT, LDVT, WORK,
134134
$ RESID )
135+
IMPLICIT NONE
135136
*
136137
* -- LAPACK test routine --
137138
* -- LAPACK is a software package provided by Univ. of Tennessee, --

TESTING/EIG/cbdt05.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
* =====================================================================
123123
SUBROUTINE CBDT05( M, N, A, LDA, S, NS, U, LDU,
124124
$ VT, LDVT, WORK, RESID )
125+
IMPLICIT NONE
125126
*
126127
* -- LAPACK test routine --
127128
* -- LAPACK is a software package provided by Univ. of Tennessee, --

0 commit comments

Comments
 (0)