From d7685ae539ad22443238e44b248fb489394b146c Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 4 Jan 2024 14:34:56 +0000 Subject: [PATCH] Removed extra whitespace --- gprMax/cuda_opencl/knl_fields_updates.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gprMax/cuda_opencl/knl_fields_updates.py b/gprMax/cuda_opencl/knl_fields_updates.py index c9ccb73a..67207489 100644 --- a/gprMax/cuda_opencl/knl_fields_updates.py +++ b/gprMax/cuda_opencl/knl_fields_updates.py @@ -42,9 +42,9 @@ update_electric = { __global $REAL *Ex, __global $REAL *Ey, __global $REAL *Ez, - __global const $REAL * restrict Hx, - __global const $REAL * restrict Hy, - __global const $REAL * restrict Hz + __global const $REAL* restrict Hx, + __global const $REAL* restrict Hy, + __global const $REAL* restrict Hz """ ), "func": Template( @@ -118,9 +118,9 @@ update_magnetic = { __global $REAL *Hx, __global $REAL *Hy, __global $REAL *Hz, - __global const $REAL * restrict Ex, - __global const $REAL * restrict Ey, - __global const $REAL * restrict Ez + __global const $REAL* restrict Ex, + __global const $REAL* restrict Ey, + __global const $REAL* restrict Ez """ ), "func": Template(