你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Updated to reflect changed names in Waveform class.
这个提交包含在:
@@ -39,8 +39,8 @@ parser.add_argument('-fft', action='store_true', default=False, help='plot FFT')
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# Check waveform parameters
|
# Check waveform parameters
|
||||||
if args.type.lower() not in Waveform.waveformtypes:
|
if args.type.lower() not in Waveform.types:
|
||||||
raise CmdInputError('The waveform must have one of the following types {}'.format(', '.join(Waveform.waveformtypes)))
|
raise CmdInputError('The waveform must have one of the following types {}'.format(', '.join(Waveform.types)))
|
||||||
if args.freq <= 0:
|
if args.freq <= 0:
|
||||||
raise CmdInputError('The waveform requires an excitation frequency value of greater than zero')
|
raise CmdInputError('The waveform requires an excitation frequency value of greater than zero')
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户