Removed unnecessary grid class instance argument to Material init.

这个提交包含在:
Craig Warren
2016-06-30 14:07:28 +01:00
父节点 c8b60416b9
当前提交 46eafcb553

查看文件

@@ -42,12 +42,11 @@ class Material(object):
grassdeltaer = grasser - grasseri
grasstau = 1.0793e-11
def __init__(self, numID, ID, G):
def __init__(self, numID, ID):
"""
Args:
numID (int): Numeric identifier of the material.
ID (str): Name of the material.
G (class): Grid class instance - holds essential parameters describing the model.
"""
self.numID = numID