r254: added --ex-list and --ex-iter

This commit is contained in:
Heng Li
2020-06-03 20:46:34 -04:00
parent e247c5f042
commit eddbc61952
6 changed files with 192 additions and 4 deletions
+1 -1
View File
@@ -10506,7 +10506,7 @@ long long miniedgeLen, R_to_U* ruIndex, uint32_t positive_flag, uint32_t negativ
{
to_replace = 1;
}
else if((cur_weight == max_weight))
else if (cur_weight == max_weight)
{
if(ll > base_maxLen)
{