From 0e90f7718eb822e1d00f3eb65e206ca6b54184e0 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 24 Jul 2012 15:38:12 +0200 Subject: Add BoundaryNoSync to BoundaryCalculationQ --- Tools/CodeGen/Calculation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') 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] := -- cgit v1.2.3