Skip to content

Commit

Permalink
MAINT
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLP committed Sep 2, 2016
1 parent a071f0b commit fdcb376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyLandau/cpp/pylandau.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ cnp.import_array()

from scipy.optimize import fmin

precision = 0.01

cdef extern from "numpy/arrayobject.h":
void PyArray_ENABLEFLAGS(cnp.ndarray arr, int flags)

cdef extern from "pylandau_src.cpp":
double * getLandauPDFData(double * & data, const unsigned int & size, const double & mu, const double & eta) except +
double * getLangauPDFData(double * & data, const unsigned int & size, const double & mu, const double & eta, const double & sigma) except +
Expand Down

0 comments on commit fdcb376

Please sign in to comment.