File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2020*
2121* > \ingroup test_second
2222*
23- * ===================================================================== PROGRAM DSECNDTST
23+ * =====================================================================
24+ PROGRAM DSECNDTST
25+ IMPLICIT NONE
2426*
2527* -- LAPACK test routine --
2628*
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
Original file line number Diff line number Diff line change 1616*
1717* > \ingroup test_second
1818*
19- * ===================================================================== PROGRAM SECONDTST
19+ * =====================================================================
20+ PROGRAM SECONDTST
21+ IMPLICIT NONE
2022*
2123* -- LAPACK test routine --
2224*
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
You can’t perform that action at this time.
0 commit comments