From 04495b62172eee1d15060d09c7f75349d8ce8e82 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Apr 2013 02:20:58 +0000 Subject: [PATCH] Remove the assertion again. It confirmed that the function is indeed never called. Also fix the original bug. git-svn-id: https://svn.dealii.org/trunk@29313 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_accessor.templates.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_accessor.templates.h b/deal.II/include/deal.II/dofs/dof_accessor.templates.h index 6fc2759338..3ec680e342 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.templates.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.templates.h @@ -2592,15 +2592,8 @@ namespace internal accessor.set_vertex_dof_index(vertex,d, local_dof_indices[index]); - // the call to dof_index coming next can't be right. it - // should be set_dof_index!? abort here to see if we ever - // run through this code and which tests are going to fail - // as a debugging aid. i'll remove this check again - // as part of the fix - Assert (false, ExcNotImplemented()); - for (unsigned int d=0; d