fixes
This commit is contained in:
parent
5057843dac
commit
e88160e8d9
1 changed files with 5 additions and 0 deletions
|
@ -374,6 +374,11 @@ NOINLINE static void inner_loop_a2m(sharp_job *job, const int *ispair,
|
|||
cth.s[nth]=cth_[ith]; sth.s[nth]=sth_[ith];
|
||||
++nth;
|
||||
}
|
||||
else
|
||||
{
|
||||
int phas_idx = ith*job->s_th + mi*job->s_m;
|
||||
job->phase[phas_idx] = job->phase[phas_idx+1] = 0;
|
||||
}
|
||||
++ith;
|
||||
}
|
||||
if (nth>0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue