Skip to content
Snippets Groups Projects
Commit c2b751d1 authored by odemirel's avatar odemirel
Browse files

removal of some comments which caused warning while compiled with gcc

git-svn-id: https://ppm.inf.ethz.ch/svn/ppmnumerics/branches/ngtopo/libppmnumerics@646 7c7fe9aa-52eb-4d9e-b0a8-ba7d787348e9
parent caa17717
No related branches found
No related tags found
No related merge requests found
......@@ -633,8 +633,7 @@
CALL ppm_map_field_push(topoid,mesh_id_g(mlev),uc_dummy,&
& info)
CALL ppm_map_field_send(info)
!TODO: I'm not 100% sure about that since the signature
!has been changed dramatically
CALL ppm_map_field_pop(topoid,mesh_id_g(mlev),uc_dummy,&
& ghostsize,info)
ENDIF
......
......@@ -359,8 +359,7 @@ dz=dz_d
& ghostsize,info)
CALL ppm_map_field_push(topoid,mesh_id_g(mlev),u,info)
CALL ppm_map_field_send(info)
!TODO: I'm not 100% sure about that since the signature
!has been changed dramatically
CALL ppm_map_field_pop(topoid,mesh_id_g(mlev),u,ghostsize,info)
DO isub=1,nsubs
DO j=start(2,isub,1),istop(2,isub,1)
......
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