aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2002-03-26 12:03:07 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2002-03-26 12:03:07 +0000
commitd3f7de9a6ed249c3bea027ea5f3c278014d82bc6 (patch)
treec0cc6d0f1abced6f6656d6911ca03ce20199439f /src
parent2c7d036fabfabd0ca83b6be58a15757306a827ee (diff)
Commented out a debug message.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@77 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src')
-rw-r--r--src/Mapping.c3
1 files changed, 2 insertions, 1 deletions
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,