Remark that enumerate_active_bf() is restricted to internal CFs.
This commit is contained in:
parent
c026c35bf7
commit
fdf089c6a8
@ -311,6 +311,7 @@ enumerate_active_bf(struct coarse_topology *ct,
|
|||||||
b_out = (b1 == b_in) ? b2 : b1;
|
b_out = (b1 == b_in) ? b2 : b1;
|
||||||
|
|
||||||
if (b_out >= 0) {
|
if (b_out >= 0) {
|
||||||
|
/* Restricted to internal cf's for now. */
|
||||||
m->bfno[cf] = act++;
|
m->bfno[cf] = act++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user