你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Source steps and receivers steps changed to list not a tuple.
这个提交包含在:
@@ -106,8 +106,8 @@ class FDTDGrid(Grid):
|
|||||||
self.magneticdipoles = []
|
self.magneticdipoles = []
|
||||||
self.transmissionlines = []
|
self.transmissionlines = []
|
||||||
self.rxs = []
|
self.rxs = []
|
||||||
self.srcsteps = (0, 0, 0)
|
self.srcsteps = [0, 0, 0]
|
||||||
self.rxsteps = (0, 0, 0)
|
self.rxsteps = [0, 0, 0]
|
||||||
self.snapshots = []
|
self.snapshots = []
|
||||||
|
|
||||||
def initialise_geometry_arrays(self):
|
def initialise_geometry_arrays(self):
|
||||||
|
在新工单中引用
屏蔽一个用户