aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm1.c
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-08-26 16:21:39 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-08-26 16:21:39 +0000
commite9765897c6c65b42ae1cb093ab3a02b38243dd16 (patch)
treeeef3396f2c63cbdc77ea35abffb32d793636cdd4 /src/ReductionNorm1.c
parent1f543eb0efb2ef00fea2ac2829b41ec7a9994ede (diff)
warning fixes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@29 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 64e353e..93b2bd5 100644
--- a/src/ReductionNorm1.c
+++ b/src/ReductionNorm1.c
@@ -208,7 +208,7 @@ static int ReductionL1 (int N_dims, int operator_handle,
if ( Util_TableQueryNKeys(param_table_handle) != 0)
{
ierr = 0;
- ierr = Util_TableGetInt(param_table_handle, mask_type_code, "mask_type_code");
+ ierr = Util_TableGetInt(param_table_handle, &mask_type_code, "mask_type_code");
/* mask_valid_min, mask_valid_max;
ierr = Util_TableGetGeneric(param_table_handle, mask_type_code,