aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/ML_ADM_constraints_boundary.c
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-02-13 14:47:17 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-02-13 14:47:17 -0600
commit8cc9862630bb22060c3cd273ca5107464709e08d (patch)
tree2194e741f73cd179ad985afd5ebf7b815075d0e6 /ML_ADM/src/ML_ADM_constraints_boundary.c
parent51ba364980a6801847a7e267e8d6075fb4148a4a (diff)
Re-generate all code
Diffstat (limited to 'ML_ADM/src/ML_ADM_constraints_boundary.c')
-rw-r--r--ML_ADM/src/ML_ADM_constraints_boundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ML_ADM/src/ML_ADM_constraints_boundary.c b/ML_ADM/src/ML_ADM_constraints_boundary.c
index 7a7053d..ae07d3b 100644
--- a/ML_ADM/src/ML_ADM_constraints_boundary.c
+++ b/ML_ADM/src/ML_ADM_constraints_boundary.c
@@ -139,5 +139,5 @@ void ML_ADM_constraints_boundary(CCTK_ARGUMENTS)
DECLARE_CCTK_ARGUMENTS
DECLARE_CCTK_PARAMETERS
- GenericFD_LoopOverBoundary(cctkGH, &ML_ADM_constraints_boundary_Body);
+ GenericFD_LoopOverBoundaryWithGhosts(cctkGH, &ML_ADM_constraints_boundary_Body);
}