Changes between Initial Version and Version 1 of Ticket #54609, comment 2
- Timestamp:
- Jul 4, 2018, 5:39:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54609, comment 2
initial v1 3 3 WIth current cython, this patch makes it compile (but it seems to fail when running): 4 4 5 {{{ 5 6 --- horton/grid/cext.pyx.orig 2018-07-03 17:19:32.000000000 -0700 6 7 +++ horton/grid/cext.pyx 2018-07-03 17:19:52.000000000 -0700 … … 13 14 cimport ode2 14 15 cimport rtransform 16 }}}