Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcgcg committed Jul 12, 2024
1 parent 57b3f98 commit 321487d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fem/PyNucleus_fem/distributed_operators_{SCALAR}.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ cdef class {SCALAR_label}CSR_DistributedLinearOperator({SCALAR_label}Distributed
else:
w = resAcc

w[:] = 0.
for k in range(self.overlap_indices.shape[0]):
i = self.overlap_indices[k]
temp = rhs[i]
Expand Down

0 comments on commit 321487d

Please sign in to comment.