From: Wolfgang Bangerth Date: Tue, 20 Dec 2005 05:26:23 +0000 (+0000) Subject: Remove this file, since it is no longer needed now. X-Git-Tag: v8.0.0~12761 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb34f540fca5470971103e6545d746c347509a7;p=dealii.git Remove this file, since it is no longer needed now. git-svn-id: https://svn.dealii.org/trunk@11894 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/hp_dof_accessor.cc b/deal.II/deal.II/source/dofs/hp_dof_accessor.cc deleted file mode 100644 index 88522929c6..0000000000 --- a/deal.II/deal.II/source/dofs/hp_dof_accessor.cc +++ /dev/null @@ -1,49 +0,0 @@ -//---------------------------- 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 -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include - -#include - - -/*------------------------- Functions: DoFCellAccessor -----------------------*/ - -#if deal_II_dimension == 1 - - -#endif - - -#if deal_II_dimension == 2 - - -#endif - - -#if deal_II_dimension == 3 - - -#endif -