소스 검색

doc: typo

Nathalie Furmento 14 년 전
부모
커밋
963298c29c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/starpu.texi

+ 1 - 1
doc/starpu.texi

@@ -1273,7 +1273,7 @@ Here the implementation of the codelet:
 void func_cpu(void *descr[], void *_args)
 void func_cpu(void *descr[], void *_args)
 @{
 @{
         int *x0 = (int *)STARPU_VARIABLE_GET_PTR(descr[0]);
         int *x0 = (int *)STARPU_VARIABLE_GET_PTR(descr[0]);
-        float *x1 = (int *)STARPU_VARIABLE_GET_PTR(descr[1]);
+        float *x1 = (float *)STARPU_VARIABLE_GET_PTR(descr[1]);
         int ifactor;
         int ifactor;
         float ffactor;
         float ffactor;