你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Corrected display of snapshot times.
这个提交包含在:
@@ -104,7 +104,7 @@ def snapshot(xs, ys, zs, xf, yf, zf, dx, dy, dz, time, filename):
|
||||
filename (str): Filename where geometry file information will be stored.
|
||||
"""
|
||||
|
||||
if '.' in time or 'e' in time:
|
||||
if '.' in str(time) or 'e' in str(time):
|
||||
time = float(time)
|
||||
print('#snapshot: {:g} {:g} {:g} {:g} {:g} {:g} {:g} {:g} {:g} {:g} {}'.format(xs, ys, zs, xf, yf, zf, dx, dy, dz, time, filename))
|
||||
else:
|
||||
|
在新工单中引用
屏蔽一个用户