Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1718e0a

Browse files
committed
Remove obsolete numerix.h
svn path=/trunk/matplotlib/; revision=8703
1 parent 89435dd commit 1718e0a

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2010-09-15 Remove unused _wxagg extension. - EF
1+
2010-09-15 Remove unused _wxagg extension and numerix.h. - EF
22

33
2010-08-25 Add new framework for doing animations with examples.- RM
44

src/cntr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "structmember.h"
1919
#include <stdlib.h>
2020
#include <stdio.h>
21-
#include "numerix.h"
21+
#include "numpy/arrayobject.h"
2222

2323
/* Note that all arrays in these routines are Fortran-style,
2424
in the sense that the "i" index varies fastest; the dimensions
@@ -1804,7 +1804,7 @@ Cntr_init(Cntr *self, PyObject *args, PyObject *kwds)
18041804
PyArray_DOUBLE, 2, 2);
18051805
if (marg)
18061806
mpa = (PyArrayObject *) PyArray_ContiguousFromObject(marg,
1807-
PyArray_SBYTE, 2, 2);
1807+
PyArray_BYTE, 2, 2);
18081808
else
18091809
mpa = NULL;
18101810

src/numerix.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)