summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-18 16:02:20 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-18 16:02:20 +0000
commitbff86ab2d4e471fa7b4db9df5da10a07d27fc6ca (patch)
tree191ad10b243704f145efdb8136c1ac032ffe67d2 /src/comm
parent068a10c2ad0d1e05083f5e9527aa53ba60cd2ea0 (diff)
Comment out debug message about registration of new reduction ops.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3844 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/Reduction.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 5461f90c..999290d7 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -470,8 +470,9 @@ int CCTK_RegisterReductionArrayOperator
/* Remember how many reduction operators there are */
num_reductions_array++;
- printf ("\n registering handle %s with handle %d \n", name, handle);
- }
+
+ /* printf ("\n registering handle %s with handle %d \n", name, handle); */
+ }
else
{
/* Reduction operator with this name already exists. */