aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/src/ML_BSSN_InitGamma.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ML_BSSN/src/ML_BSSN_InitGamma.cc')
-rw-r--r--ML_BSSN/src/ML_BSSN_InitGamma.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/ML_BSSN/src/ML_BSSN_InitGamma.cc b/ML_BSSN/src/ML_BSSN_InitGamma.cc
index dcfe0c7..50f98da 100644
--- a/ML_BSSN/src/ML_BSSN_InitGamma.cc
+++ b/ML_BSSN/src/ML_BSSN_InitGamma.cc
@@ -256,8 +256,6 @@ static void ML_BSSN_InitGamma_Body(const cGH* restrict const cctkGH, const int d
CCTK_REAL_VEC Xt3L CCTK_ATTRIBUTE_UNUSED = ToReal(0);
- CCTK_REAL_VEC AL CCTK_ATTRIBUTE_UNUSED = ToReal(0);
-
CCTK_REAL_VEC B1L CCTK_ATTRIBUTE_UNUSED = ToReal(0);
CCTK_REAL_VEC B2L CCTK_ATTRIBUTE_UNUSED = ToReal(0);
@@ -266,7 +264,6 @@ static void ML_BSSN_InitGamma_Body(const cGH* restrict const cctkGH, const int d
/* Copy local copies back to grid functions */
vec_store_partial_prepare(i,vecimin,vecimax);
- vec_store_nta_partial(A[index],AL);
vec_store_nta_partial(B1[index],B1L);
vec_store_nta_partial(B2[index],B2L);
vec_store_nta_partial(B3[index],B3L);
@@ -294,10 +291,9 @@ extern "C" void ML_BSSN_InitGamma(CCTK_ARGUMENTS)
}
const char* const groups[] = {
- "ML_BSSN::ML_dtlapse",
"ML_BSSN::ML_dtshift",
"ML_BSSN::ML_Gamma"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_BSSN_InitGamma", 3, groups);
+ GenericFD_AssertGroupStorage(cctkGH, "ML_BSSN_InitGamma", 2, groups);
switch (fdOrder)
{