你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Fixed typo in voltage src and mag dipole.
这个提交包含在:
@@ -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
|
||||||
|
在新工单中引用
屏蔽一个用户