Nathalie Furmento il y a 14 ans
Parent
commit
b4352a9562
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/cholesky/cholesky_implicit.c

+ 1 - 1
examples/cholesky/cholesky_implicit.c

@@ -182,7 +182,6 @@ int main(int argc, char **argv)
 	 * */
 
 	parse_args(argc, argv);
-#define CHECK_OUTPUT
 
 	float *mat;
 
@@ -200,6 +199,7 @@ int main(int argc, char **argv)
 	}
 
 
+//#define PRINT_OUTPUT
 #ifdef PRINT_OUTPUT
 	printf("Input :\n");