Explorar el Código

correct an error in the documentation

Cédric Augonnet hace 16 años
padre
commit
5eb2d8a236
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/starpu.texi

+ 1 - 1
doc/starpu.texi

@@ -587,7 +587,7 @@ struct starpu_task *task = starpu_task_create();
 
 task->cl = &cl;
 
-task->buffers[0].handle = &tab_handle;
+task->buffers[0].handle = tab_handle;
 task->buffers[0].mode = STARPU_RW;
 
 task->cl_arg = &factor;