From d3f7de9a6ed249c3bea027ea5f3c278014d82bc6 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 26 Mar 2002 12:03:07 +0000 Subject: Commented out a debug message. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@77 10716dce-81a3-4424-a2c8-48026a0d3035 --- src/Mapping.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mapping.c b/src/Mapping.c index 87c8f7d..b600ce7 100644 --- a/src/Mapping.c +++ b/src/Mapping.c @@ -448,8 +448,10 @@ CCTK_INT Hyperslab_DefineGlobalMappingByIndex ( } } /* end of else branch for 'if (mapping->is_full_hyperslab)' */ +#if 0 fprintf (stderr, "proc %d: total number of local hyperslab data points: %d\n", CCTK_MyProc (GH), mapping->totals); CCTK_Barrier (GH); +#endif #ifdef DEBUG printf ("total number of hyperslab data points: %d\n", mapping->totals); #endif @@ -476,7 +478,6 @@ CCTK_Barrier (GH); mapping->global_hoffset[hdim] -= extras->nghostzones[vdim]; } } -#define DEBUG 1 #ifdef DEBUG fprintf (stderr, "proc %d: global_hoffset, local_hsize in direction " "%d: %d, %d\n", CCTK_MyProc (GH), hdim, -- cgit v1.2.3