Fixed further typos with voltage src and mag dipole opencl

这个提交包含在:
Craig Warren
2023-08-31 12:14:03 +01:00
父节点 9763280b61
当前提交 6bab9e3237

查看文件

@@ -126,9 +126,9 @@ update_magnetic_dipole = {
$REAL dx, $REAL dx,
$REAL dy, $REAL dy,
$REAL dz, $REAL dz,
__global const int* restrict rcinfo1, __global const int* restrict srcinfo1,
__global const $REAL* restrict rcinfo2, __global const $REAL* restrict srcinfo2,
__global const $REAL* restrict rcwaveforms, __global const $REAL* restrict srcwaveforms,
__global const unsigned int* restrict ID, __global const unsigned int* restrict ID,
__global $REAL *Hx, __global $REAL *Hx,
__global $REAL *Hy, __global $REAL *Hy,
@@ -208,9 +208,9 @@ update_voltage_source = {
$REAL dx, $REAL dx,
$REAL dy, $REAL dy,
$REAL dz, $REAL dz,
__global const int* restrict rcinfo1, __global const int* restrict srcinfo1,
__global const $REAL* restrict rcinfo2, __global const $REAL* restrict srcinfo2,
__global const $REAL* restrict rcwaveforms, __global const $REAL* restrict srcwaveforms,
__global const unsigned int* restrict ID, __global const unsigned int* restrict ID,
__global $REAL *Ex, __global $REAL *Ex,
__global $REAL *Ey, __global $REAL *Ey,