+++ /dev/null
-//---------------------------- hp_dof_accessor.cc ------------------------
-// $Id$
-// Version: $Name$
-//
-// Copyright (C) 2003, 2005 by the deal.II authors
-//
-// This file is subject to QPL and may not be distributed
-// without copyright and license information. Please refer
-// to the file deal.II/doc/license.html for the text and
-// further information on this license.
-//
-//---------------------------- hp_dof_accessor.cc ------------------------
-
-
-#include <lac/vector.h>
-#include <lac/block_vector.h>
-#include <lac/sparse_matrix.h>
-
-#include <dofs/dof_accessor.h>
-#include <dofs/dof_accessor.templates.h>
-#include <dofs/dof_levels.h>
-#include <dofs/hp_dof_handler.h>
-#include <dofs/hp_dof_levels.h>
-#include <grid/tria_iterator.h>
-#include <grid/tria_iterator.templates.h>
-#include <fe/fe.h>
-
-#include <vector>
-
-
-/*------------------------- Functions: DoFCellAccessor -----------------------*/
-
-#if deal_II_dimension == 1
-
-
-#endif
-
-
-#if deal_II_dimension == 2
-
-
-#endif
-
-
-#if deal_II_dimension == 3
-
-
-#endif
-