Skip to content
Snippets Groups Projects
Commit 2ebcb930 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal-inspiral/python/snglinspiraltable.c: fix integer size problem

- in PyArg_ParseTuple()
parent c8573172
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <numpy/ndarrayobject.h>
#include <structmember.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment