Explorar o código

match documentation

Samuel Thibault %!s(int64=15) %!d(string=hai) anos
pai
achega
3087a04671
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/basic_examples/hello_world.c

+ 1 - 1
examples/basic_examples/hello_world.c

@@ -51,7 +51,7 @@ void cpu_func(void *buffers[], void *cl_arg)
 {
 	struct params *params = cl_arg;
 
-	printf("Hello world (array = {%i, %f} )\n", params->i, params->f);
+	printf("Hello world (params = {%i, %f} )\n", params->i, params->f);
 }
 
 starpu_codelet cl =