Commits
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 | { |