aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-24 15:38:12 +0200
committerErik Schnetter <schnetter@gmail.com>2012-07-24 15:38:12 +0200
commit0e90f7718eb822e1d00f3eb65e206ca6b54184e0 (patch)
tree370d907c7bd303cbe340a20f7151cfe39c275da5 /Tools
parente9d987a894ba72632d152971c1eac9c277158dd5 (diff)
Add BoundaryNoSync to BoundaryCalculationQ
Diffstat (limited to 'Tools')
-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] :=