ComputationalRadiationPhysics / cuda_memtest

Fork of CUDA GPU memtest :eyeglasses:
http://sourceforge.net/projects/cudagpumemtest
110 stars 31 forks source link

Fix spacing for C++11 warning #6

Closed Flamefire closed 8 years ago

Flamefire commented 8 years ago

C++11 compilation throws a warning for those lines: invalid suffix on literal; C++11 requires a space between literal and identifier

This commit fixes this. No runtime influence.

ax3l commented 8 years ago

thank you! :sparkles: