mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Sequence] Fixed computation error and asan fails
Change-Id: Ib3a619d29bee5cc6f10b939ee066459a5b135c5d
This commit is contained in:
committed by
Émilie Feral
parent
86d0c19293
commit
bf95b460c3
@@ -243,7 +243,6 @@ T Sequence::approximateToNextRank(int n, SequenceContext * sqctx, int sequenceIn
|
||||
symbols[i][j] = Symbol::Builder(name[j], strlen(name[j]));
|
||||
}
|
||||
}
|
||||
ctx.setNValue(n);
|
||||
switch (type()) {
|
||||
case Type::Explicit:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user