Skip to content

Commit a7e8137

Browse files
committed
small fix
1 parent 12e9424 commit a7e8137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nl/PyNucleus_nl/nonlocalAssembly_{SCALAR}.pxi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,6 +2771,8 @@ cdef class {SCALAR_label}nonlocalBuilder:
27712771

27722772
# get admissible cluster pairs
27732773
for n in global_root.children:
2774+
if ignoreDiagonalBlocks and (n.id == rank_root.id):
2775+
continue
27742776
getAdmissibleClusters(self.kernel, rank_root, n,
27752777
Pfar=Pfar, Pnear=Pnear)
27762778

0 commit comments

Comments
 (0)