update-mcp: Small fix.

Need _start and _end attributes for the MCP class.
It worked for my own tests because I overloaded the MCP class.
This commit is contained in:
Almar Klein
2013-12-13 16:37:36 +01:00
parent 32c4a80b32
commit f7416507fa
+2
View File
@@ -18,6 +18,8 @@ ctypedef cnp.int16_t OFFSETS_INDEX_T
cdef class MCP:
cdef heap.FastUpdateBinaryHeap costs_heap
cdef object costs_shape
cdef object _starts
cdef object _ends
cdef DIM_T dim
cdef BOOL_T dirty
cdef BOOL_T use_start_cost