aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@7daa882c-dc44-4453-834e-278d26b18e6a>2012-12-05 15:43:40 +0000
committerknarf <knarf@7daa882c-dc44-4453-834e-278d26b18e6a>2012-12-05 15:43:40 +0000
commit2cee15549d10aaf2560e2e77e532d80748698e2d (patch)
tree7ef12a193afde29fdee8c33d5633b4a8020ac905
parentf71066df43c65e8d6c737475d98cd7418ca44038 (diff)
revert commit 95, which actually didn't solve the problem
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@97 7daa882c-dc44-4453-834e-278d26b18e6a
-rw-r--r--src/local_reductions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local_reductions.h b/src/local_reductions.h
index 89d5e90..533eef6 100644
--- a/src/local_reductions.h
+++ b/src/local_reductions.h
@@ -28,7 +28,7 @@ extern "C" {
{ \
const cctk_type * typed_vdata = (const cctk_type *)(in_data); \
out_type inval; \
- out_type * outval = (const out_type *) out_num; \
+ out_type * outval = (out_type *) out_num; \
iter = 0; \
sum_indices = 0; \
num_points = 1; \