Wayne, The setting of updating_basis on line 403 of receiver.c, outside the while loop, looks wrong to me: one file with a fuzzy or alternate basis causes updating_basis to be set to 0, preventing the writing of subsequent files from being optimized. Shouldn't updating_basis be reset each time the loop begins? Matt
On Sun, Oct 28, 2007 at 02:25:53AM -0400, Matt McCutchen wrote:> The setting of updating_basis on line 403 of receiver.c, outside the > while loop, looks wrong to meYeah, it wasn't getting set right. I've moved the initialization to a spot where we can be 100% sure that it is getting set right. Thanks! ..wayne..