autopep8 code cleanups.

这个提交包含在:
Craig Warren
2017-02-22 10:11:13 +00:00
父节点 0cea9980bb
当前提交 40576db389
共有 4 个文件被更改,包括 14 次插入14 次删除

查看文件

@@ -41,9 +41,9 @@ ccomplextype = 'pycuda::complex<float>'
# Double precision
# For numpy arrays
#floattype = np.float64
#complextype = np.complex128
# floattype = np.float64
# complextype = np.complex128
# For C (CUDA) arrays
#cfloattype = 'double'
#ccomplextype = 'pycuda::complex<double>'
# cfloattype = 'double'
# ccomplextype = 'pycuda::complex<double>'