]> AND Private Git Repository - these_gilles.git/blobdiff - THESE/Chapters/chapter5/code/median3-2pix.cu
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
final avant rapport
[these_gilles.git] / THESE / Chapters / chapter5 / code / median3-2pix.cu
index 89743b4f1bcf3ca7d93e8f878b2424d894eed3ff..c8e39943c11a78cfdbd717f0b0a68dc42155399a 100644 (file)
@@ -20,7 +20,7 @@ __global__ void kernel_median3_2pix( unsigned short*output, int i_dim, int j_dim
   int j = __mul24(__mul24(blockIdx.x,blockDim.x) + threadIdx.x,2) ; 
   int i = __mul24(blockIdx.y,blockDim.y) + threadIdx.y ;
   
-  int a0, a1, a2, a3, a4, a5 ;   // les 2 listes de selction
+  int a0, a1, a2, a3, a4, a5 ;   // les 2 listes de sélection
   int b0, b1, b2, b3, b4, b5 ;   //
 
   a0 = tex2D(tex_img_ins, j  , i-1) ;   //