From 2eb34f540fca5470971103e6545d746c347509a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 20 Dec 2005 05:26:23 +0000 Subject: [PATCH] Remove this file, since it is no longer needed now. git-svn-id: https://svn.dealii.org/trunk@11894 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/source/dofs/hp_dof_accessor.cc | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 deal.II/deal.II/source/dofs/hp_dof_accessor.cc 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 - -- 2.39.5