From 9763280b61efa9aa6998417f64fe203646cd902d Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 31 Aug 2023 12:10:06 +0100 Subject: [PATCH] Fixed typo in voltage src and mag dipole. --- gprMax/cuda_opencl/knl_source_updates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gprMax/cuda_opencl/knl_source_updates.py b/gprMax/cuda_opencl/knl_source_updates.py index 5e1e6372..6e2a5c41 100644 --- a/gprMax/cuda_opencl/knl_source_updates.py +++ b/gprMax/cuda_opencl/knl_source_updates.py @@ -129,7 +129,7 @@ update_magnetic_dipole = { __global const int* restrict rcinfo1, __global const $REAL* restrict rcinfo2, __global const $REAL* restrict rcwaveforms, - __global const unsigned int* estrict ID, + __global const unsigned int* restrict ID, __global $REAL *Hx, __global $REAL *Hy, __global $REAL *Hz @@ -211,7 +211,7 @@ update_voltage_source = { __global const int* restrict rcinfo1, __global const $REAL* restrict rcinfo2, __global const $REAL* restrict rcwaveforms, - __global const unsigned int* estrict ID, + __global const unsigned int* restrict ID, __global $REAL *Ex, __global $REAL *Ey, __global $REAL *Ez