你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Removed unnecessary grid class instance argument to Material init.
这个提交包含在:
@@ -42,12 +42,11 @@ class Material(object):
|
|||||||
grassdeltaer = grasser - grasseri
|
grassdeltaer = grasser - grasseri
|
||||||
grasstau = 1.0793e-11
|
grasstau = 1.0793e-11
|
||||||
|
|
||||||
def __init__(self, numID, ID, G):
|
def __init__(self, numID, ID):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
numID (int): Numeric identifier of the material.
|
numID (int): Numeric identifier of the material.
|
||||||
ID (str): Name of the material.
|
ID (str): Name of the material.
|
||||||
G (class): Grid class instance - holds essential parameters describing the model.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.numID = numID
|
self.numID = numID
|
||||||
|
在新工单中引用
屏蔽一个用户