Fix use-of-uninitialised bug in derivation of coarse-block

inner-product matrix.

  Pointy hat: bska
This commit is contained in:
Bård Skaflestad 2010-09-06 15:34:27 +00:00
parent d316d03f18
commit b8806b475d

View File

@ -155,6 +155,7 @@ coarse_sys_compute_Binv(int max_bcells,
B = work + max_bcells;
incx = incy = 1;
p2 = 0;
for (b = 0; b < ct->nblocks; b++) {
loc_nc = b2c_pos[b + 1] - b2c_pos[b];