summaryrefslogtreecommitdiff
path: root/src/qms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qms.c')
-rw-r--r--src/qms.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qms.c b/src/qms.c
index 71c5cba..fd40e67 100644
--- a/src/qms.c
+++ b/src/qms.c
@@ -435,8 +435,6 @@ void qms_init(CCTK_ARGUMENTS)
double *Xtdot2 = CCTK_VarDataPtr(cctkGH, 0, "ML_BSSN::Xtdot2");
double *Xtdot3 = CCTK_VarDataPtr(cctkGH, 0, "ML_BSSN::Xtdot3");
- double *phidot = CCTK_VarDataPtr(cctkGH, 0, "ML_BSSN::phidot");
-
for (int k = 0; k < cctk_lsh[2]; k++)
for (int j = 0; j < cctk_lsh[1]; j++)
for (int i = 0; i < cctk_lsh[0]; i++) {
@@ -452,7 +450,5 @@ void qms_init(CCTK_ARGUMENTS)
Xtdot1[idx] = 0.0;
Xtdot2[idx] = 0.0;
Xtdot3[idx] = 0.0;
-
- phidot[idx] = 0.0;
}
}