fix utg el bug

This commit is contained in:
chhylp123
2022-11-17 12:18:40 -05:00
parent 9831afaf26
commit 152bae2dfb
5 changed files with 163 additions and 11 deletions
+3 -1
View File
@@ -8561,6 +8561,7 @@ add_unitig:
q->ol = p->ol, q->del = 0;
q->ul = (uint64_t)u<<32 | l;
q->v = mark[p->v]; q->ou = 0;
q->el = p->el;
}
}
for (i = 0; i < ug->u.n; ++i)
@@ -8721,7 +8722,8 @@ add_unitig:
q = asg_arc_pushp(ug->g);
q->ol = p->ol, q->del = 0;
q->ul = (uint64_t)u<<32 | l;
q->v = mark[p->v];
q->v = mark[p->v]; q->ou = 0;
q->el = p->el;
}
}
for (i = 0; i < ug->u.n; ++i)