projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use displaystyle in _repr_latex_
[linpy.git]
/
pypol
/
_islhelper.c
diff --git
a/pypol/_islhelper.c
b/pypol/_islhelper.c
index
47ee1be
..
7751125
100644
(file)
--- a/
pypol/_islhelper.c
+++ b/
pypol/_islhelper.c
@@
-138,10
+138,8
@@
PyMODINIT_FUNC PyInit__islhelper(void) {
if (m == NULL) {
return NULL;
}
-
if (PyModule_AddObject(m, "dim_set", PyLong_FromLong(isl_dim_set)) == -1) {
return NULL;
}
-
return m;
}