Commits

Kumar Golap authored 39a1106d725
resetting the FFT2D object in HetArrayconvfunc and SimplePBConvFunc for chan chunk

code/synthesis/TransformMachines2/FTMachine.cc

Modified
250 250 FTMachine::FTMachine(const FTMachine& other)
251 251 {
252 252 operator=(other);
253 253 }
254 254
255 255 Bool FTMachine::doublePrecGrid(){
256 256 return useDoubleGrid_p;
257 257 }
258 258
259 259 void FTMachine::reset(){
260 - ft_p=FFT2D(true);
260 + //ft_p=FFT2D(true);
261 261 }
262 262
263 263 //----------------------------------------------------------------------
264 264 void FTMachine::initPolInfo(const vi::VisBuffer2& vb)
265 265 {
266 266 //
267 267 // Need to figure out where to compute the following arrays/ints
268 268 // in the re-factored code.
269 269 // ----------------------------------------------------------------
270 270 {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut