Corrected class names.

这个提交包含在:
Craig Warren
2016-01-06 18:36:27 +00:00
父节点 f0788beca8
当前提交 42fe2e5cac

查看文件

@@ -142,7 +142,7 @@ class Material():
self.srce = 1 / EA
class PeplinskiSoil():
class PeplinskiSoil:
"""Soil objects that are characterised according to a mixing model by Peplinski (http://dx.doi.org/10.1109/36.387598)."""
def __init__(self, ID, sandfraction, clayfraction, bulkdensity, sandpartdensity, watervolfraction):