mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-24 14:28:11 +08:00
r187: reversed round in clear_opt()
This commit is contained in:
+2
-2
@@ -101,13 +101,13 @@ void destory_opt(hifiasm_opt_t* asm_opt)
|
||||
}
|
||||
}
|
||||
|
||||
void clear_opt(hifiasm_opt_t* asm_opt, int last_round)
|
||||
void clear_opt(hifiasm_opt_t* asm_opt, int round)
|
||||
{
|
||||
asm_opt->complete_threads = 0;
|
||||
asm_opt->num_bases = 0;
|
||||
asm_opt->num_corrected_bases = 0;
|
||||
asm_opt->num_recorrected_bases = 0;
|
||||
asm_opt->roundID = asm_opt->number_of_round - last_round;
|
||||
asm_opt->roundID = round;
|
||||
}
|
||||
|
||||
int check_file(char* name, const char* opt)
|
||||
|
||||
Reference in New Issue
Block a user