aboutsummaryrefslogtreecommitdiff
path: root/src/Reduction.c
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-10-26 23:36:09 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-10-26 23:36:09 +0000
commit0580b166b649e4f697247b90fb2b92ae7e291610 (patch)
tree1549f683ac3898e55c57d459ce545897d5716b90 /src/Reduction.c
parent8d180b856c65d7c40c6e8867687779f3be7350c3 (diff)
new implementation of LocalReduction that does not cause compilers to crash, changed the cascaded switch statements to function calls
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@48 7daa882c-dc44-4453-834e-278d26b18e6a
Diffstat (limited to 'src/Reduction.c')
-rw-r--r--src/Reduction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Reduction.c b/src/Reduction.c
index 1ae4f50..f3829c6 100644
--- a/src/Reduction.c
+++ b/src/Reduction.c
@@ -103,3 +103,4 @@ int LocalReduce_Reduce (int N_dims, int operator_handle,
return (retval);
}
+