From 3dc57b9686f3da36fd34a55dfb69787b33c30c3f Mon Sep 17 00:00:00 2001 From: craig-warren Date: Fri, 20 Jan 2017 15:31:49 +0000 Subject: [PATCH] Updated some comments. --- gprMax/pml_1order_update.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/pml_1order_update.pyx b/gprMax/pml_1order_update.pyx index 41df4082..231acef6 100644 --- a/gprMax/pml_1order_update.pyx +++ b/gprMax/pml_1order_update.pyx @@ -35,7 +35,7 @@ cpdef void update_pml_1order_electric_xminus(int xs, int xf, int ys, int yf, int updatecoeffs, ID, E, H (memoryviews): Access to update coeffients, ID and field component arrays EPhi, HPhi, ERA, ERB, ERE, ERF (memoryviews): Access to PML coefficient arrays d (float): Spatial discretisation, e.g. dx, dy or dz - """ + """ cdef Py_ssize_t i, j, k, ii, jj, kk cdef int nx, ny, nz, materialEy, materialEz