Samuel Thibault hace 9 años
padre
commit
a8784b8805
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      examples/basic_examples/variable.c
  2. 1 1
      examples/incrementer/incrementer.c

+ 1 - 1
examples/basic_examples/variable.c

@@ -22,7 +22,7 @@
 
 #ifdef STARPU_QUICK_CHECK
 static unsigned niter = 500;
-#elif !(defined(STARPU_LONG_CHECK)
+#elif !defined(STARPU_LONG_CHECK)
 static unsigned niter = 5000;
 #else
 static unsigned niter = 50000;

+ 1 - 1
examples/incrementer/incrementer.c

@@ -23,7 +23,7 @@
 
 #ifdef STARPU_QUICK_CHECK
 static unsigned niter = 500;
-#elif !(defined(STARPU_LONG_CHECK)
+#elif !defined(STARPU_LONG_CHECK)
 static unsigned niter = 5000;
 #else
 static unsigned niter = 50000;