From: Matthias Maier Date: Fri, 7 Jul 2023 00:10:16 +0000 (-0500) Subject: remove redundant else branch X-Git-Tag: relicensing~733^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20eedcb17c9183e69cfb434e6d00c11c77400bfd;p=dealii.git remove redundant else branch --- diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index 095dddd9cb..ad1490ce76 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -3933,8 +3933,6 @@ FEEvaluationBase:: ->component_dof_indices_offset[this->active_fe_index] [this->first_selected_component] * dof_info.dof_indices_interleave_strides[ind][cells[v]]; - else - dof_indices[v] = numbers::invalid_unsigned_int; } // In the case with contiguous cell indices, we know that there are no