soc-2008-mxcurioni: ported ALL 1D unary functions, representing 32 new classes.
This commit is contained in:
@@ -18,7 +18,6 @@ extern PyTypeObject UnaryFunction1D_Type;
|
||||
/*---------------------------Python BPy_UnaryFunction1D structure definition----------*/
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
void *uf1D;
|
||||
} BPy_UnaryFunction1D;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction1D visible prototypes-----------*/
|
||||
|
||||
Reference in New Issue
Block a user