Skip to content

Commit

Permalink
Merge pull request #15136 from peterrum/remove_assert
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Apr 25, 2023
2 parents c002d65 + 70ee801 commit 4ec36db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/fe/fe_nedelec_sz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,6 @@ FE_NedelecSZ<dim, spacedim>::requires_update_flags(
update_covariant_transformation;

if (flags & update_hessians)
// Assert (false, ExcNotImplemented());
out |= update_hessians | update_values | update_gradients |
update_jacobian_pushed_forward_grads |
update_jacobian_pushed_forward_2nd_derivatives |
Expand Down

0 comments on commit 4ec36db

Please sign in to comment.