diff options
author | lim <lim@stsci.edu> | 2012-05-04 15:03:23 -0400 |
---|---|---|
committer | lim <lim@stsci.edu> | 2012-05-04 15:03:23 -0400 |
commit | 9809f36fb38d25d8ce604654d3ab4a22c273c8d1 (patch) | |
tree | 53d2fad5120f1d1bd8081cda0a53a995f1355910 /src | |
parent | af99439c057871ea8974f5e4cdd674b8c6110dfe (diff) | |
download | stsci.sphere-9809f36fb38d25d8ce604654d3ab4a22c273c8d1.tar.gz |
lim fixed NPY_NAN not found compilation error on math_util.c
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@16606 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: 06995f68e46a9146a8f23c0ae4a51083867438fe
Diffstat (limited to 'src')
-rw-r--r-- | src/math_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math_util.c b/src/math_util.c index f67bea5..32c2914 100644 --- a/src/math_util.c +++ b/src/math_util.c @@ -4,6 +4,8 @@ #include "numpy/npy_3kcompat.h" +#include "numpy/npy_math.h" + /* ***************************************************************************** ** BASICS ** |