Skip to content

Commit a0e733a

Browse files
committed
potential fix
1 parent 858baa8 commit a0e733a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fem/PyNucleus_fem/distributed_operators_{SCALAR}.pxi

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ cdef class {SCALAR_label}CSR_DistributedLinearOperator({SCALAR_label}Distributed
162162
else:
163163
w = resAcc
164164

165+
w[:] = 0.
165166
for k in range(self.overlap_indices.shape[0]):
166167
i = self.overlap_indices[k]
167168
temp = rhs[i]

0 commit comments

Comments
 (0)