Fixed missing return bug
parent
24ea02fe69
commit
1ca45fd830
|
|
@ -106,6 +106,7 @@ FastSet<Index> ISAM2<CONDITIONAL,VALUES>::Impl::CheckRelinearization(Permuted<Ve
|
|||
relinKeys.insert(var);
|
||||
}
|
||||
}
|
||||
return relinKeys;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue