aboutsummaryrefslogtreecommitdiff
path: root/src/RK65.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RK65.c')
-rw-r--r--src/RK65.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/RK65.c b/src/RK65.c
index e98f37a..f333741 100644
--- a/src/RK65.c
+++ b/src/RK65.c
@@ -67,11 +67,9 @@ void MoL_RK65Add(CCTK_ARGUMENTS)
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
- cGroupDynamicData arraydata;
- CCTK_INT groupindex, ierr;
- CCTK_INT arraytotalsize, arraydim;
+ CCTK_INT arraydim;
- CCTK_INT index, var, scratchstep, alphaindex, scratchindex;
+ CCTK_INT index, var, scratchstep;
CCTK_INT totalsize;
CCTK_REAL * restrict UpdateVar;
@@ -80,8 +78,6 @@ void MoL_RK65Add(CCTK_ARGUMENTS)
CCTK_REAL * restrict ErrorVar;
CCTK_REAL const * restrict OldVar;
- CCTK_INT arrayscratchlocation;
-
CCTK_REAL beta, gamma, gamma_error;
static const CCTK_REAL beta_array[7][7] = {
@@ -235,8 +231,6 @@ void MoL_RK65Add(CCTK_ARGUMENTS)
/* Real arrays */
- arrayscratchlocation = 0;
-
for (var = 0; var < MoLNumEvolvedArrayVariables; var++)
{