From a43cdf7a70a15530663d6f93d03fee7f67cca657 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 27 Jan 2017 16:58:45 +0000 Subject: [PATCH] Updated comments for PML class. --- gprMax/pml.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gprMax/pml.py b/gprMax/pml.py index 00119214..975c6adf 100644 --- a/gprMax/pml.py +++ b/gprMax/pml.py @@ -152,8 +152,9 @@ class PML(object): def __init__(self, G, direction=None, xs=0, xf=0, ys=0, yf=0, zs=0, zf=0): """ Args: - xs, xf, ys, yf, zs, zf (float): Extent of the PML volume. - cfs (list): CFS class instances associated with the PML. + G (class): Grid class instance - holds essential parameters describing the model. + direction (str): Identifier for PML slab. + xs, xf, ys, yf, zs, zf (float): Extent of the PML slab. """ self.direction = direction