Skip to content
Snippets Groups Projects
Commit f1424789 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

exposed PYEDIT() to cleanup PYLIST results

parent eeab02d6
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,14 @@ void pylist_(int* mlist);
pylist_(&mlist_); \
}
// cleanup event info
void pyedit_(int* medit);
#define PYEDIT(medit) \
{ \
int medit_ = medit; \
pyedit_(&medit_); \
}
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment