Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0b1591

Browse files
committed
fix PROGRAM line in INSTALL
1 parent 594dc25 commit d0b1591

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎INSTALL/dsecndtst.f

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
*
2121
*> \ingroup test_second
2222
*
23-
* ===================================================================== PROGRAM DSECNDTST
23+
* =====================================================================
24+
PROGRAM DSECNDTST
25+
IMPLICIT NONE
2426
*
2527
* -- LAPACK test routine --
2628
*
@@ -117,6 +119,8 @@
117119
$ ' than zero => timing in TESTING might be dubious' )
118120
CALL MYSUB(NMAX,X,Y)
119121
END
122+
123+
* =====================================================================
120124
SUBROUTINE MYSUB(N,X,Y)
121125
IMPLICIT NONE
122126
INTEGER N

‎INSTALL/secondtst.f

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
*
1717
*> \ingroup test_second
1818
*
19-
* ===================================================================== PROGRAM SECONDTST
19+
* =====================================================================
20+
PROGRAM SECONDTST
21+
IMPLICIT NONE
2022
*
2123
* -- LAPACK test routine --
2224
*
@@ -113,6 +115,8 @@
113115
$ ' than zero => timing in TESTING might be dubious' )
114116
CALL MYSUB(NMAX,X,Y)
115117
END
118+
119+
* =====================================================================
116120
SUBROUTINE MYSUB(N,X,Y)
117121
IMPLICIT NONE
118122
INTEGER N

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /