你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Corrected bug with incorrect float type for fine geometry views.
这个提交包含在:
@@ -18,8 +18,6 @@
|
||||
|
||||
cimport numpy as np
|
||||
|
||||
from gprMax.constants cimport floattype_t
|
||||
|
||||
|
||||
cpdef void define_fine_geometry(
|
||||
int nx,
|
||||
@@ -35,7 +33,7 @@ cpdef void define_fine_geometry(
|
||||
float dy,
|
||||
float dz,
|
||||
np.uint32_t[:, :, :, :] ID,
|
||||
floattype_t[:, :] points,
|
||||
np.float32_t[:, :] points,
|
||||
np.uint32_t[:, :] x_lines,
|
||||
np.uint32_t[:] x_materials,
|
||||
np.uint32_t[:, :] y_lines,
|
||||
|
在新工单中引用
屏蔽一个用户