Modified explicitgpuDouble.cu to convert cuPrintf statements to printf statements in the kernel. Requires compute capability 2.0, so compile with nvcc -arch sm_20 explicitgpuDouble.cu. Without the -arch sm_20 flag the printf statements in the kernel will give compile errors.