aboutsummaryrefslogtreecommitdiff
path: root/src/RK4-RK2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RK4-RK2.c')
-rw-r--r--src/RK4-RK2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RK4-RK2.c b/src/RK4-RK2.c
index 6e5b85e..472418e 100644
--- a/src/RK4-RK2.c
+++ b/src/RK4-RK2.c
@@ -54,7 +54,7 @@ void MoL_RK4_RK2_Add(CCTK_ARGUMENTS)
int const step = MoL_Intermediate_Steps - *MoL_Intermediate_Step;
int totalsize = 1;
- for (int d=0; d<cctk_dim; ++d) totalsize *= cctk_lsh[d];
+ for (int d=0; d<cctk_dim; ++d) totalsize *= cctk_ash[d];
CCTK_REAL const dt = *Original_Delta_Time / cctkGH->cctk_timefac;