Skip to content
Snippets Groups Projects
Commit 9ab5d750 authored by fperignon's avatar fperignon
Browse files

Fix missing arg in topo_check

git-svn-id: https://ppm.inf.ethz.ch/svn/ppmnumerics/branches/ngtopo/libppmnumerics@833 7c7fe9aa-52eb-4d9e-b0a8-ba7d787348e9
parent 1642b3b8
No related branches found
No related tags found
No related merge requests found
...@@ -182,6 +182,7 @@ ...@@ -182,6 +182,7 @@
USE ppm_module_map_part_util USE ppm_module_map_part_util
USE ppm_module_util_cart2sph USE ppm_module_util_cart2sph
USE ppm_module_write USE ppm_module_write
USE ppm_module_topo_check
IMPLICIT NONE IMPLICIT NONE
!------------------------------------------------------------------------- !-------------------------------------------------------------------------
! Includes ! Includes
...@@ -372,7 +373,7 @@ ...@@ -372,7 +373,7 @@
! Check that particles have been mapped correctly ! Check that particles have been mapped correctly
!------------------------------------------------------------------------- !-------------------------------------------------------------------------
IF(ppm_debug.GT.0)THEN IF(ppm_debug.GT.0)THEN
CALL ppm_topo_check(tp,Ntp,OK,info) CALL ppm_topo_check(topoid,tp,Ntp,OK,info)
IF (info .NE. 0) THEN IF (info .NE. 0) THEN
CALL ppm_write(ppm_rank,'ppm_fmm_potential', & CALL ppm_write(ppm_rank,'ppm_fmm_potential', &
& 'Failed to check topology.',info) & 'Failed to check topology.',info)
......
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