Преглед изворни кода

rename float.h (and double.h), which conflict with a standard c++ header

Samuel Thibault пре 13 година
родитељ
комит
30d59fb4db

+ 2 - 2
examples/Makefile.am

@@ -114,8 +114,8 @@ noinst_HEADERS = 				\
 	heat/dw_factolu.h			\
 	lu/xlu.h				\
 	lu/xlu_kernels.h			\
-	lu/float.h				\
-	lu/double.h				\
+	lu/lu-float.h				\
+	lu/lu-double.h				\
 	lu/complex_float.h			\
 	lu/complex_double.h			\
 	lu/blas_complex.h			\

+ 1 - 1
examples/lu/clu.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_float.h"
+#include "complex_-float.h"
 #include "xlu.c"

+ 1 - 1
examples/lu/clu_implicit.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_float.h"
+#include "complex_-float.h"
 #include "xlu_implicit.c"

+ 1 - 1
examples/lu/clu_implicit_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_float.h"
+#include "complex_-float.h"
 #include "xlu_implicit_pivot.c"

+ 1 - 1
examples/lu/clu_kernels.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_float.h"
+#include "complex_-float.h"
 #include "xlu_kernels.c"

+ 1 - 1
examples/lu/clu_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_float.h"
+#include "complex_-float.h"
 #include "xlu_pivot.c"

+ 1 - 1
examples/lu/dlu.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "double.h"
+#include "lu-double.h"
 #include "xlu.c"

+ 1 - 1
examples/lu/dlu_implicit.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "double.h"
+#include "lu-double.h"
 #include "xlu_implicit.c"

+ 1 - 1
examples/lu/dlu_implicit_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "double.h"
+#include "lu-double.h"
 #include "xlu_implicit_pivot.c"

+ 1 - 1
examples/lu/dlu_kernels.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "double.h"
+#include "lu-double.h"
 #include "xlu_kernels.c"

+ 1 - 1
examples/lu/dlu_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "double.h"
+#include "lu-double.h"
 #include "xlu_pivot.c"

examples/lu/double.h → examples/lu/lu-double.h


examples/lu/float.h → examples/lu/lu-float.h


+ 1 - 1
examples/lu/lu_example_complex_double.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_double.h"
+#include "complex_-double.h"
 #include "lu_example.c"

+ 1 - 1
examples/lu/lu_example_complex_float.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_float.h"
+#include "complex_-float.h"
 #include "lu_example.c"

+ 1 - 1
examples/lu/lu_example_double.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "double.h"
+#include "lu-double.h"
 #include "lu_example.c"

+ 1 - 1
examples/lu/lu_example_float.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "float.h"
+#include "lu-float.h"
 #include "lu_example.c"

+ 1 - 1
examples/lu/slu.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "float.h"
+#include "lu-float.h"
 #include "xlu.c"

+ 1 - 1
examples/lu/slu_implicit.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "float.h"
+#include "lu-float.h"
 #include "xlu_implicit.c"

+ 1 - 1
examples/lu/slu_implicit_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "float.h"
+#include "lu-float.h"
 #include "xlu_implicit_pivot.c"

+ 1 - 1
examples/lu/slu_kernels.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "float.h"
+#include "lu-float.h"
 #include "xlu_kernels.c"

+ 1 - 1
examples/lu/slu_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "float.h"
+#include "lu-float.h"
 #include "xlu_pivot.c"

+ 1 - 1
examples/lu/zlu.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_double.h"
+#include "complex_-double.h"
 #include "xlu.c"

+ 1 - 1
examples/lu/zlu_implicit.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_double.h"
+#include "complex_-double.h"
 #include "xlu_implicit.c"

+ 1 - 1
examples/lu/zlu_implicit_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_double.h"
+#include "complex_-double.h"
 #include "xlu_implicit_pivot.c"

+ 1 - 1
examples/lu/zlu_kernels.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_double.h"
+#include "complex_-double.h"
 #include "xlu_kernels.c"

+ 1 - 1
examples/lu/zlu_pivot.c

@@ -15,5 +15,5 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include "complex_double.h"
+#include "complex_-double.h"
 #include "xlu_pivot.c"