Skip to content
Snippets Groups Projects
Commit c3598dd5 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

AA modification in Convolution_2D (unused)

parent 40f1c5fd
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ MODULE fourier
do ikr = ikrs, ikre
do ikz = ikzs, ikze
cmpx_data_f(ikz,ikr-local_nkr_offset) = F_2D(ikr,ikz)
cmpx_data_g(ikz,ikr-local_nkr_offset) = G_2D(ikr,ikz)
cmpx_data_f(ikz,ikr-local_nkr_offset) = F_2D(ikr,ikz)*AA_r(ikr)*AA_z(ikz)
cmpx_data_g(ikz,ikr-local_nkr_offset) = G_2D(ikr,ikz)*AA_r(ikr)*AA_z(ikz)
end do
end do
......
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