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