Skip to content

Commit f71658f

Browse files
committed
Small update
1 parent 4da1659 commit f71658f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/dolfinx/fem/assemble_matrix_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void assemble_cells_matrix(
148148
std::copy_n(&x(x_dofs[i], 0), 3, std::next(cdofs_b.begin(), 3 * i));
149149

150150
// Tabulate tensor
151-
std::ranges::fill(Ae, 0);
151+
std::ranges::fill(Ae, T{0});
152152
kernel(Ae.data(), &coeffs(c, 0), constants.data(), cdofs_b.data(), nullptr,
153153
nullptr, nullptr);
154154

0 commit comments

Comments
 (0)