Skip to content
Snippets Groups Projects
Commit 4f5ee2b0 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

FORGOT A DEBUG 0x

parent 2bef629c
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ MODULE fourier ...@@ -139,7 +139,7 @@ MODULE fourier
call fftw_mpi_execute_dft_c2r(planb, cmpx_data_f, real_data_f) call fftw_mpi_execute_dft_c2r(planb, cmpx_data_f, real_data_f)
call fftw_mpi_execute_dft_c2r(planb, cmpx_data_g, real_data_g) call fftw_mpi_execute_dft_c2r(planb, cmpx_data_g, real_data_g)
#endif #endif
sum_real_ = sum_real_ - 0*real_data_f*real_data_g*inv_Ny*inv_Nx sum_real_ = sum_real_ - real_data_f*real_data_g*inv_Ny*inv_Nx
END SUBROUTINE poisson_bracket_and_sum END SUBROUTINE poisson_bracket_and_sum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment