你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Correct floats to ints.
这个提交包含在:
@@ -20,7 +20,7 @@ import numpy as np
|
||||
cimport numpy as np
|
||||
|
||||
|
||||
cpdef write_lines(int nx, int ny, int nz, float dx, float dy, float dz,
|
||||
cpdef write_lines(int nx, int ny, int nz, int dx, int dy, int dz,
|
||||
np.uint32_t[:, :, :, :] ID):
|
||||
"""This function generates arrays with to be written as lines (cell edges)
|
||||
to a VTK file.
|
||||
|
在新工单中引用
屏蔽一个用户