aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Calculation.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CodeGen/Calculation.m')
-rw-r--r--Tools/CodeGen/Calculation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/Calculation.m b/Tools/CodeGen/Calculation.m
index 36c8059..2bc980a 100644
--- a/Tools/CodeGen/Calculation.m
+++ b/Tools/CodeGen/Calculation.m
@@ -111,7 +111,7 @@ DefFn[
(* NB: CaKernel does not distinguish between these two. It
ALWAYS computes everywhere that it can, based on the stencil
description. *)
- MemberQ[{Boundary,BoundaryWithGhosts}, GetCalculationWhere[calc]]];
+ MemberQ[{Boundary, BoundaryWithGhosts, BoundaryNoSync}, GetCalculationWhere[calc]]];
DefFn[
CalculationStencilSize[calc_List] :=