aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm1.c
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-09-09 20:49:33 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-09-09 20:49:33 +0000
commit4dc4cc1abbba26255a20687642017e358cf8e124 (patch)
treece1334aab3e61d50a05f480a8b82f8ec25854b2c /src/ReductionNorm1.c
parent1871e8c35d52d772c88e90481378126dee5d9c53 (diff)
fix typo
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@41 7daa882c-dc44-4453-834e-278d26b18e6a
Diffstat (limited to 'src/ReductionNorm1.c')
-rw-r--r--src/ReductionNorm1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNorm1.c b/src/ReductionNorm1.c
index 1fb4942..b54952e 100644
--- a/src/ReductionNorm1.c
+++ b/src/ReductionNorm1.c
@@ -1331,7 +1331,7 @@ static int ReductionL1 (int N_dims, int operator_handle,
break;
#endif
#ifdef CCTK_REAL16
- case CCTK_VARIABLE_REAL6:
+ case CCTK_VARIABLE_REAL16:
*( (CCTK_REAL16 *) output_numbers[i]) = *( (CCTK_REAL16 *) output_numbers[i]) / num_points;
break;
#endif