Commit 333da094 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 92ffc6ef
......@@ -740,6 +740,9 @@ func (δBtail *ΔBtail) rebuild() (err error) {
// merge trackNew into .trackIdx
// FIXME here trackNew was adjusted to correspond to @tail
// FIXME -> we have to map it back to correspond to @head before merge
//
// XXX -> teach diffT to return not only δtrack, but also δtrack*
// (conjugate) that would describe how track index changes if going A<-B ?
δBtail.trackIdx.Update(trackNew)
return nil
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment