Loading inverse-imaging.c +3 −1 Original line number Diff line number Diff line Loading @@ -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++) { Loading @@ -510,6 +511,7 @@ if(rank == 0){ } } } */ fftw_free(fftwgrid); free(fftwimage); Loading Loading
inverse-imaging.c +3 −1 Original line number Diff line number Diff line Loading @@ -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++) { Loading @@ -510,6 +511,7 @@ if(rank == 0){ } } } */ fftw_free(fftwgrid); free(fftwimage); Loading