From daab11f23a588f66424984b77084764accd52c18 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 26 Jan 2017 12:17:05 +0000 Subject: [PATCH] Updated comments formatting. --- gprMax/pml_2order_update.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/pml_2order_update.pyx b/gprMax/pml_2order_update.pyx index 07d1cb4d..5cab5255 100644 --- a/gprMax/pml_2order_update.pyx +++ b/gprMax/pml_2order_update.pyx @@ -35,7 +35,7 @@ cpdef void update_pml_2order_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