aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@f4913095-0e4f-0410-abea-a123d184f1f3>2012-11-27 22:51:52 +0000
committerhinder <hinder@f4913095-0e4f-0410-abea-a123d184f1f3>2012-11-27 22:51:52 +0000
commit11e47561adf67fbc641815f467da8a79b5a727af (patch)
treeadededa3f26a697c78666af20b13791206488ed0
parenta06e42e1d857db5c60d64e939707b58f79303561 (diff)
Compute_Norm.mc: Remove unused variablesHEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Norms/trunk@29 f4913095-0e4f-0410-abea-a123d184f1f3
-rw-r--r--src/Compute_Norm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Compute_Norm.c b/src/Compute_Norm.c
index 20c060b..c110ee8 100644
--- a/src/Compute_Norm.c
+++ b/src/Compute_Norm.c
@@ -24,9 +24,7 @@ void Norms_Compute_Norms (CCTK_ARGUMENTS)
int index,indexp, i,j,k;
int ierr;
int istart, iend, jstart, jend, kstart, kend;
- int npoints;
- CCTK_REAL hd, dx,dy,dz;
- CCTK_REAL deriv;
+ CCTK_REAL dx,dy,dz;
int target_proc,reduction_handle;
CCTK_REAL result;