aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/ML_ADM_boundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADM/src/ML_ADM_boundary.c')
-rw-r--r--ML_ADM/src/ML_ADM_boundary.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ML_ADM/src/ML_ADM_boundary.c b/ML_ADM/src/ML_ADM_boundary.c
index 2cbdbf5..1a182ec 100644
--- a/ML_ADM/src/ML_ADM_boundary.c
+++ b/ML_ADM/src/ML_ADM_boundary.c
@@ -59,6 +59,9 @@ void ML_ADM_boundary_Body(cGH const * restrict const cctkGH, int const dir, int
return;
}
+ const char *groups[] = {"ML_ADM::ML_curv","ML_ADM::ML_lapse","ML_ADM::ML_metric","ML_ADM::ML_shift"};
+ GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_boundary", 4, groups);
+
/* Include user-supplied include files */
/* Initialise finite differencing variables */