你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Use np.single dtype rather than float
这个提交包含在:
@@ -58,7 +58,7 @@ class FDTDGrid:
|
||||
self.nx = 0
|
||||
self.ny = 0
|
||||
self.nz = 0
|
||||
self.dl = np.ones(3, dtype=float)
|
||||
self.dl = np.ones(3, dtype=np.single)
|
||||
self.dt = 0.0
|
||||
|
||||
# Field Arrays
|
||||
|
在新工单中引用
屏蔽一个用户