Commit 6e7f6888 authored by Claudio Gheller's avatar Claudio Gheller
Browse files

bug fix

parent 79b9e1d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);