你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Add todo to check_thickness
这个提交包含在:
@@ -235,6 +235,8 @@ class MainGridUserInput(UserInput[GridType]):
|
||||
thickness: Thickness value such that start + thickness is
|
||||
within the bounds of the grid.
|
||||
"""
|
||||
# TODO: This should throw an error if the bounds are outside the
|
||||
# global grid.
|
||||
if dimension == "x":
|
||||
grid_size = self.grid.nx * self.grid.dx
|
||||
elif dimension == "y":
|
||||
|
在新工单中引用
屏蔽一个用户