aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2000-06-05 13:01:13 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2000-06-05 13:01:13 +0000
commitdb8ea0873a7579eb1e08b697733d63695bbe82a9 (patch)
tree408fa775e890018b8750659c56482aabdc0db6e1
parent5628d1eb62f27065e53c4d58f4c7dc9c174d673b (diff)
Just get rid of some debug screen output.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@24 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--src/Hyperslab.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Hyperslab.c b/src/Hyperslab.c
index 8b28b66..be060ec 100644
--- a/src/Hyperslab.c
+++ b/src/Hyperslab.c
@@ -694,10 +694,6 @@ int Hyperslab_GetHyperslab (cGH *GH, int target_proc, int vindex, int vtimelvl,
{
/* copy dimensions for the returned hyperslab */
memcpy (hsize, hsize_global, hdim * sizeof (int));
-printf ("hsize_global = %d ", hsize [0]);
-for (i = 1; i < hdim; i++)
- printf ("%d ", hsize [i]);
-printf ("\n");
/* set the displacements/receive counts for the gather operation */
displs = (int *) malloc (2 * nprocs * sizeof (int));