Remove trailing whitespace.

pull/1309/head
peng xiao 12 years ago
parent 287c8a3330
commit 9f0a88c1d6
  1. 2
      modules/bioinspired/src/opencl/retina_kernel.cl

@ -742,7 +742,7 @@ kernel void processRetinaParvoMagnoMapping(
}
const int offset = mad24(gidy, elements_per_row, gidx);
float distanceToCenter =
float distanceToCenter =
sqrt(((float)(gidy - halfRows) * (gidy - halfRows) + (gidx - halfCols) * (gidx - halfCols)));
float a = distanceToCenter < minDistance ?

Loading…
Cancel
Save