Skip to content

Commit

Permalink
remove RealFeatures from SWIG
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Apr 17, 2018
1 parent 8da4063 commit 6475cf9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 830 deletions.
4 changes: 0 additions & 4 deletions src/interfaces/python/CustomKernel_protocols.i
Expand Up @@ -571,10 +571,6 @@ fail:
return NULL;
}

NUMERIC_DENSEFEATURES(class_name, type_name, format_str, add, Add)
NUMERIC_DENSEFEATURES(class_name, type_name, format_str, sub, Subtract)
NUMERIC_DENSEFEATURES(class_name, type_name, format_str, mul, Multiply)

static long class_name ## _flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_NEWBUFFER | Py_TPFLAGS_BASETYPE;
%}

Expand Down

0 comments on commit 6475cf9

Please sign in to comment.