Explorar el Código

doc/doxygen/chapters/06tasks.doxy: fix name STARPU_NOWHERE

Nathalie Furmento hace 10 años
padre
commit
37d763d885
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/doxygen/chapters/06tasks.doxy

+ 1 - 1
doc/doxygen/chapters/06tasks.doxy

@@ -488,7 +488,7 @@ to STARPU_NOWHERE, for instance this:
 
 \code{.c}
 struct starpu_codelet {
-	.where = NOWHERE,
+	.where = STARPU_NOWHERE,
 	.nbuffers = 1,
 	.modes = { STARPU_R },
 }