Correct some more new lines in program - Thanks Igor for finding out the problem
authorjulie <julielangou@users.noreply.github.com>
Wed, 23 Nov 2011 18:10:47 +0000 (18:10 +0000)
committerjulie <julielangou@users.noreply.github.com>
Wed, 23 Nov 2011 18:10:47 +0000 (18:10 +0000)
16 files changed:
BLAS/TESTING/cblat1.f
BLAS/TESTING/cblat2.f
BLAS/TESTING/cblat3.f
BLAS/TESTING/dblat1.f
BLAS/TESTING/dblat2.f
BLAS/TESTING/dblat3.f
BLAS/TESTING/sblat1.f
BLAS/TESTING/sblat2.f
BLAS/TESTING/sblat3.f
BLAS/TESTING/zblat1.f
BLAS/TESTING/zblat2.f
BLAS/TESTING/zblat3.f
TESTING/EIG/cchkee.f
TESTING/EIG/dchkee.f
TESTING/EIG/schkee.f
TESTING/EIG/zchkee.f

index 450df9e..5963201 100644 (file)
@@ -34,7 +34,8 @@
 *
 *> \ingroup complex_blas_testing
 *
-*  =====================================================================      PROGRAM CBLAT1
+*  =====================================================================
+      PROGRAM CBLAT1
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index e8467d2..53bd6c5 100644 (file)
 *
 *> \ingroup complex_blas_testing
 *
-*  =====================================================================      PROGRAM CBLAT2
+*  =====================================================================
+      PROGRAM CBLAT2
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 25bc741..285023f 100644 (file)
@@ -82,7 +82,8 @@
 *
 *> \ingroup complex_blas_testing
 *
-*  =====================================================================      PROGRAM CBLAT3
+*  =====================================================================
+      PROGRAM CBLAT3
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index bda7aa7..23944c6 100644 (file)
@@ -34,7 +34,8 @@
 *
 *> \ingroup double_blas_testing
 *
-*  =====================================================================      PROGRAM DBLAT1
+*  =====================================================================
+      PROGRAM DBLAT1
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 52eefcc..14138c9 100644 (file)
@@ -99,7 +99,8 @@
 *
 *> \ingroup double_blas_testing
 *
-*  =====================================================================      PROGRAM DBLAT2
+*  =====================================================================
+      PROGRAM DBLAT2
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index d716f1e..a655cb3 100644 (file)
@@ -79,7 +79,8 @@
 *
 *> \ingroup double_blas_testing
 *
-*  =====================================================================      PROGRAM DBLAT3
+*  =====================================================================
+      PROGRAM DBLAT3
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 744f2d9..bf336d6 100644 (file)
@@ -34,7 +34,8 @@
 *
 *> \ingroup single_blas_testing
 *
-*  =====================================================================      PROGRAM SBLAT1
+*  =====================================================================
+      PROGRAM SBLAT1
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 53f760b..919853c 100644 (file)
@@ -99,7 +99,8 @@
 *
 *> \ingroup single_blas_testing
 *
-*  =====================================================================      PROGRAM SBLAT2
+*  =====================================================================
+      PROGRAM SBLAT2
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index a07e8e6..8aedf69 100644 (file)
@@ -79,7 +79,8 @@
 *
 *> \ingroup single_blas_testing
 *
-*  =====================================================================      PROGRAM SBLAT3
+*  =====================================================================
+      PROGRAM SBLAT3
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 3482afa..3e7f2d4 100644 (file)
@@ -34,7 +34,8 @@
 *
 *> \ingroup complex16_blas_testing
 *
-*  =====================================================================      PROGRAM ZBLAT1
+*  =====================================================================
+      PROGRAM ZBLAT1
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 71e8c21..ec65110 100644 (file)
 *
 *> \ingroup complex16_blas_testing
 *
-*  =====================================================================      PROGRAM ZBLAT2
+*  =====================================================================
+      PROGRAM ZBLAT2
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index 1855680..d51faa8 100644 (file)
@@ -83,7 +83,8 @@
 *
 *> \ingroup complex16_blas_testing
 *
-*  =====================================================================      PROGRAM ZBLAT3
+*  =====================================================================
+      PROGRAM ZBLAT3
 *
 *  -- Reference BLAS test routine (version 3.4.0) --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
index c7048df..e848ff1 100644 (file)
 *
 *> \ingroup complex_eig
 *
-*  =====================================================================      PROGRAM CCHKEE
+*  =====================================================================
+      PROGRAM CCHKEE
 *
 *  -- LAPACK test routine (version 3.4.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
index fbb1e9a..315e69c 100644 (file)
 *
 *> \ingroup double_eig
 *
-*  =====================================================================      PROGRAM DCHKEE
+*  =====================================================================
+      PROGRAM DCHKEE
 *
 *  -- LAPACK test routine (version 3.4.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
index f415dfe..f004146 100644 (file)
 *
 *> \ingroup single_eig
 *
-*  =====================================================================      PROGRAM SCHKEE
+*  =====================================================================
+      PROGRAM SCHKEE
 *
 *  -- LAPACK test routine (version 3.4.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
index 551dfa1..070d0d4 100644 (file)
 *
 *> \ingroup complex16_eig
 *
-*  =====================================================================      PROGRAM ZCHKEE
+*  =====================================================================
+      PROGRAM ZCHKEE
 *
 *  -- LAPACK test routine (version 3.4.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --