Skip to content

Commit

Permalink
Remove commented line (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Sep 27, 2024
1 parent e41b0b1 commit 904ff3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/dolfinx/fem/assemble_vector_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ void apply_lifting(
for (const std::shared_ptr<const DirichletBC<T, U>>& bc : bcs1[j])
{
bc->mark_dofs(bc_markers1);
// bc->dof_values(bc_values1);
bc->set(bc_values1, std::nullopt, 1);
}

Expand Down

0 comments on commit 904ff3d

Please sign in to comment.