From: bangerth Date: Wed, 17 Apr 2013 02:20:58 +0000 (+0000) Subject: Remove the assertion again. It confirmed that the function is indeed never X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3fb2dfa8d06038db43b2e1998c34f314d1baf6;p=dealii-svn.git 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 --- 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