Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions cherab/compass/math/profile/electron.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from raysect.core.math.function cimport Function1D

from cherab.core.math.function cimport Function1D

cdef class ModifiedTanhGaussian(Function1D):

Expand All @@ -12,4 +11,4 @@ cdef class ModifiedTanhGaussian(Function1D):

cdef double mtanh(self, double x)

cdef double core(self, double x)
cdef double core(self, double x)