From 42fe2e5cac20b930e3c835791f2d839c1c729021 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 6 Jan 2016 18:36:27 +0000 Subject: [PATCH] Corrected class names. --- gprMax/materials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/materials.py b/gprMax/materials.py index 27bec31c..b32112b0 100644 --- a/gprMax/materials.py +++ b/gprMax/materials.py @@ -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):