diff --git a/inverse-imaging.c b/inverse-imaging.c index 81de6cdde68f5d9cd71aa565b51bc55b75415410..2f4fef55242da9f3d02a75a8c6dee46dacb8199a 100644 --- a/inverse-imaging.c +++ b/inverse-imaging.c @@ -489,7 +489,8 @@ if(rank == 0){ } } } - // This is only for the moment + // Copy input image to Fourier space (only for debugging purpose) + /* fftwindex = 0; for (int iw=0; iw<num_w_planes; iw++) { @@ -510,6 +511,7 @@ if(rank == 0){ } } } + */ fftw_free(fftwgrid); free(fftwimage);