你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Check if fractal volume starts beyond upper bound
这个提交包含在:
@@ -261,7 +261,9 @@ class MPIFractalVolume(FractalVolume):
|
||||
# The size of a fractal volume can increase if a Fractal Surface
|
||||
# is attached. Hence the check needs to happen here once that
|
||||
# has happened.
|
||||
if any(self.stop < 0):
|
||||
# TODO: Check if this should be any(self.start > self.upper_bound)
|
||||
# or any(self.start >= self.upper_bound)
|
||||
if any(self.stop < 0) or any(self.start > self.upper_bound):
|
||||
self.comm.Split(MPI.UNDEFINED)
|
||||
return False
|
||||
else:
|
||||
|
在新工单中引用
屏蔽一个用户