//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
for (unsigned int d=0; d<dofs_per_vertex; ++d, ++index)
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<dofs_per_line; ++d, ++index)
accessor.dof_index(d, local_dof_indices[index]);