From 20eedcb17c9183e69cfb434e6d00c11c77400bfd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 6 Jul 2023 19:10:16 -0500 Subject: [PATCH] remove redundant else branch --- include/deal.II/matrix_free/fe_evaluation.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5