From bdddf59a67cd1c5516be5d69648404dc4fdcaa8d Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 5 Feb 2015 18:14:55 +0000
Subject: [PATCH] remove the extra token > in ...cblas.h>>

---
 example/lapack_to_morse/step0.h | 2 +-
 testing/testing_zgels.c         | 2 +-
 testing/testing_zgemm.c         | 2 +-
 testing/testing_zgesv_incpiv.c  | 2 +-
 testing/testing_zhemm.c         | 2 +-
 testing/testing_zher2k.c        | 2 +-
 testing/testing_zherk.c         | 2 +-
 testing/testing_zlange.c        | 2 +-
 testing/testing_zpemv.c         | 2 +-
 testing/testing_zposv.c         | 2 +-
 testing/testing_zpotri.c        | 2 +-
 testing/testing_zsymm.c         | 2 +-
 testing/testing_zsyr2k.c        | 2 +-
 testing/testing_zsyrk.c         | 2 +-
 testing/testing_ztrmm.c         | 2 +-
 testing/testing_ztrsm.c         | 2 +-
 timing/timing.c                 | 2 +-
 timing/zauxiliary.c             | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h
index 481381649..5c9630d1b 100644
--- a/example/lapack_to_morse/step0.h
+++ b/example/lapack_to_morse/step0.h
@@ -32,7 +32,7 @@
 #ifndef CBLAS_SADDR
 #define CBLAS_SADDR( _val_ ) &(_val_)
 #endif
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 
 #define CHAMELEON_VERSION_MAJOR 0
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index f85be4f25..5cd1d0c79 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -34,7 +34,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index e2d0bb36c..6be0b6a5e 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index 11e9245ad..e3d8ab5a4 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -33,7 +33,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index 2feaf4d0f..a4eb01352 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index 6e2327918..733fe11d1 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index d3db49bc3..296291010 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index ab6604fdd..7da47e6a4 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -31,7 +31,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zpemv.c b/testing/testing_zpemv.c
index af51c6832..7130fa5b9 100644
--- a/testing/testing_zpemv.c
+++ b/testing/testing_zpemv.c
@@ -31,7 +31,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index 6ad32064d..e439f0957 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -33,7 +33,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index 2760d30c9..4ba13000a 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -33,7 +33,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index 483840f1b..f4b825e49 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index a624e267e..7b86b6d03 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index 2001136bf..f72005872 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index 8186368bd..6aa4e6f6f 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index 4300a53f8..7bf993051 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -32,7 +32,7 @@
 #include <math.h>
 
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include "testing_zauxiliary.h"
diff --git a/timing/timing.c b/timing/timing.c
index d92762256..82cbce4e6 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -45,7 +45,7 @@
 #include <sys/resource.h>
 #endif
 
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <morse.h>
 #include <coreblas/include/coreblas.h>
diff --git a/timing/zauxiliary.c b/timing/zauxiliary.c
index 117446f45..4993d1194 100644
--- a/timing/zauxiliary.c
+++ b/timing/zauxiliary.c
@@ -18,7 +18,7 @@
 #include <string.h>
 #include <math.h>
 #include <morse.h>
-#include <coreblas/include/cblas.h>>
+#include <coreblas/include/cblas.h>
 #include <coreblas/include/lapacke.h>
 #include <coreblas/include/coreblas.h>
 #include <control/auxiliary.h>
-- 
GitLab