Removed extra whitespace

这个提交包含在:
craig-warren
2024-01-04 14:34:56 +00:00
父节点 f689568c34
当前提交 d7685ae539

查看文件

@@ -42,9 +42,9 @@ update_electric = {
__global $REAL *Ex, __global $REAL *Ex,
__global $REAL *Ey, __global $REAL *Ey,
__global $REAL *Ez, __global $REAL *Ez,
__global const $REAL * restrict Hx, __global const $REAL* restrict Hx,
__global const $REAL * restrict Hy, __global const $REAL* restrict Hy,
__global const $REAL * restrict Hz __global const $REAL* restrict Hz
""" """
), ),
"func": Template( "func": Template(
@@ -118,9 +118,9 @@ update_magnetic = {
__global $REAL *Hx, __global $REAL *Hx,
__global $REAL *Hy, __global $REAL *Hy,
__global $REAL *Hz, __global $REAL *Hz,
__global const $REAL * restrict Ex, __global const $REAL* restrict Ex,
__global const $REAL * restrict Ey, __global const $REAL* restrict Ey,
__global const $REAL * restrict Ez __global const $REAL* restrict Ez
""" """
), ),
"func": Template( "func": Template(