你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Fix bracketing
这个提交包含在:
@@ -766,7 +766,7 @@ cpdef void build_cylinder(
|
||||
|
||||
# z-aligned
|
||||
elif (round_value(x1 / dx) == round_value(x2 / dx) and
|
||||
round_value(y1 / dy) == round_value(y2 / dy):)
|
||||
round_value(y1 / dy) == round_value(y2 / dy)):
|
||||
z_align = 1
|
||||
|
||||
# Calculate a bounding box for the cylinder
|
||||
|
@@ -60,7 +60,7 @@ class Waveform:
|
||||
self.chi = 1 / self.freq
|
||||
self.zeta = 2 * np.pi**2 * self.freq**2
|
||||
elif (self.type == 'gaussiandotdot' or
|
||||
self.type == 'gaussiandotdotnorm' or self.type == 'ricker':)
|
||||
self.type == 'gaussiandotdotnorm' or self.type == 'ricker'):
|
||||
self.chi = np.sqrt(2) / self.freq
|
||||
self.zeta = np.pi**2 * self.freq**2
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户