Removed unneeded input argument.

这个提交包含在:
Craig Warren
2016-03-21 15:11:05 +00:00
父节点 5cfacdb236
当前提交 fb7fac3e68

查看文件

@@ -27,12 +27,11 @@ from gprMax.utilities import round_value, human_size
from gprMax.waveforms import Waveform
def process_singlecmds(singlecmds, multicmds, G):
def process_singlecmds(singlecmds, G):
"""Checks the validity of command parameters and creates instances of classes of parameters.
Args:
singlecmds (dict): Commands that can only occur once in the model.
multicmds (dict): Commands that can have multiple instances in the model (required to pass to process_materials_file function).
G (class): Grid class instance - holds essential parameters describing the model.
"""