Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim B Haga committed Oct 31, 2022
1 parent 7e97670 commit 186a785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pykonal/fields.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ cdef class ScalarField3D(Field3D):
"""

cdef cpp_vector[constants.REAL_t] ray
cdef Py_ssize_t n
cdef constants.REAL_t norm, step_size, value, value_1back
cdef constants.REAL_t[3] gg
cdef constants.REAL_t[:] point
Expand Down

0 comments on commit 186a785

Please sign in to comment.