Fixed typo in voltage src and mag dipole.

这个提交包含在:
Craig Warren
2023-08-31 12:10:06 +01:00
父节点 8891e89de5
当前提交 9763280b61

查看文件

@@ -129,7 +129,7 @@ update_magnetic_dipole = {
__global const int* restrict rcinfo1, __global const int* restrict rcinfo1,
__global const $REAL* restrict rcinfo2, __global const $REAL* restrict rcinfo2,
__global const $REAL* restrict rcwaveforms, __global const $REAL* restrict rcwaveforms,
__global const unsigned int* estrict ID, __global const unsigned int* restrict ID,
__global $REAL *Hx, __global $REAL *Hx,
__global $REAL *Hy, __global $REAL *Hy,
__global $REAL *Hz __global $REAL *Hz
@@ -211,7 +211,7 @@ update_voltage_source = {
__global const int* restrict rcinfo1, __global const int* restrict rcinfo1,
__global const $REAL* restrict rcinfo2, __global const $REAL* restrict rcinfo2,
__global const $REAL* restrict rcwaveforms, __global const $REAL* restrict rcwaveforms,
__global const unsigned int* estrict ID, __global const unsigned int* restrict ID,
__global $REAL *Ex, __global $REAL *Ex,
__global $REAL *Ey, __global $REAL *Ey,
__global $REAL *Ez __global $REAL *Ez