print_grid_size: fix typo that could result in improper initialization of grid
commit75b60427c0f105b221ab587bc90cb0f2f55cdc99
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Feb 2012 11:19:41 +0000 (9 12:19 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Feb 2012 11:21:53 +0000 (9 12:21 +0100)
treee129e3afc55f287ba098193b73a6f8e240f926c0
parenta6c2e58e2a324c4faace7319d03d7aedb3d0fca4
print_grid_size: fix typo that could result in improper initialization of grid

Instead of testing for the number of grid dimensions, we were
testing the pointer to the grid dimensions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
cuda.c