From aac52efd4f66624a4ab7f355b812685c5b48a1d2 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 17 Aug 2020 18:11:36 +0100 Subject: [PATCH] Corrected spelling. --- gprMax/subgrids/user_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/subgrids/user_objects.py b/gprMax/subgrids/user_objects.py index ee636f1f..50a33997 100644 --- a/gprMax/subgrids/user_objects.py +++ b/gprMax/subgrids/user_objects.py @@ -156,7 +156,7 @@ class SubGridHSG(SubGridBase): :type pml_separation: int, optional :param subgrid_pml_thickness: Thickness of the PML on each of the 6 sides of the sub-grid. Defaults to 6. :type subgrid_pml_thickness: int, optional - :param interpolation: Degree of the interpolation scheme used for spatil interpolation of the fields at the Inner Surface. Defaults to Linear + :param interpolation: Degree of the interpolation scheme used for spatial interpolation of the fields at the Inner Surface. Defaults to Linear :type interpolation: str, optional :param filter: Turn on the 3-pole filter. Increases numerical stability. Defaults to True :type filter: bool, optional