From 4dc4cc1abbba26255a20687642017e358cf8e124 Mon Sep 17 00:00:00 2001 From: yye00 Date: Thu, 9 Sep 2004 20:49:33 +0000 Subject: fix typo git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@41 7daa882c-dc44-4453-834e-278d26b18e6a --- src/ReductionNorm2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ReductionNorm2.c') diff --git a/src/ReductionNorm2.c b/src/ReductionNorm2.c index 9cb1a4f..1b4217a 100644 --- a/src/ReductionNorm2.c +++ b/src/ReductionNorm2.c @@ -1297,7 +1297,7 @@ static int ReductionL2 (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 -- cgit v1.2.3