Remark that enumerate_active_bf() is restricted to internal CFs.

This commit is contained in:
Bård Skaflestad 2010-10-13 19:02:06 +02:00
parent c026c35bf7
commit fdf089c6a8

View File

@ -311,6 +311,7 @@ enumerate_active_bf(struct coarse_topology *ct,
b_out = (b1 == b_in) ? b2 : b1;
if (b_out >= 0) {
/* Restricted to internal cf's for now. */
m->bfno[cf] = act++;
}
}