你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Changed name of rvalue function to roundvalues.
这个提交包含在:
@@ -18,7 +18,7 @@
|
||||
|
||||
import numpy as np
|
||||
|
||||
from gprMax.utilities import rvalue
|
||||
from gprMax.utilities import roundvalue
|
||||
|
||||
|
||||
class Waveform:
|
||||
@@ -94,7 +94,7 @@ class Waveform:
|
||||
waveform = 0
|
||||
|
||||
elif self.type == 'user':
|
||||
index = rvalue(time / dt)
|
||||
index = roundvalue(time / dt)
|
||||
# Check to see if there are still user specified values and if not use zero
|
||||
if index > len(self.uservalues) - 1:
|
||||
waveform = 0
|
||||
|
在新工单中引用
屏蔽一个用户