aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/src/ML_BSSN_constraints.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ML_BSSN/src/ML_BSSN_constraints.cc')
-rw-r--r--ML_BSSN/src/ML_BSSN_constraints.cc56
1 files changed, 28 insertions, 28 deletions
diff --git a/ML_BSSN/src/ML_BSSN_constraints.cc b/ML_BSSN/src/ML_BSSN_constraints.cc
index bcb7564..62f8953 100644
--- a/ML_BSSN/src/ML_BSSN_constraints.cc
+++ b/ML_BSSN/src/ML_BSSN_constraints.cc
@@ -1970,34 +1970,34 @@ extern "C" void ML_BSSN_constraints(CCTK_ARGUMENTS)
"ML_BSSN::ML_trace_curv"};
GenericFD_AssertGroupStorage(cctkGH, "ML_BSSN_constraints", 12, groups);
- switch (fdOrder)
- {
- case 2:
- {
- GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 1, 1, 1);
- break;
- }
-
- case 4:
- {
- GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 2, 2, 2);
- break;
- }
-
- case 6:
- {
- GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 3, 3, 3);
- break;
- }
-
- case 8:
- {
- GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 4, 4, 4);
- break;
- }
- default:
- CCTK_BUILTIN_UNREACHABLE();
- }
+ //switch (fdOrder)
+ //{
+ // case 2:
+ // {
+ // GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 1, 1, 1);
+ // break;
+ // }
+ //
+ // case 4:
+ // {
+ // GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 2, 2, 2);
+ // break;
+ // }
+ //
+ // case 6:
+ // {
+ // GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 3, 3, 3);
+ // break;
+ // }
+ //
+ // case 8:
+ // {
+ // GenericFD_EnsureStencilFits(cctkGH, "ML_BSSN_constraints", 4, 4, 4);
+ // break;
+ // }
+ // default:
+ // CCTK_BUILTIN_UNREACHABLE();
+ //}
GenericFD_LoopOverInterior(cctkGH, ML_BSSN_constraints_Body);