From 83848633453e04b42a56568c835aa030bcb04f0c Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 23 Aug 2007 13:34:38 +0000 Subject: [PATCH] Remove now empty file. git-svn-id: https://svn.dealii.org/trunk@15024 0785d39b-7218-0410-832d-ea1e28bc413d --- .../source/grid/tria_levels.all_dimensions.cc | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 deal.II/deal.II/source/grid/tria_levels.all_dimensions.cc diff --git a/deal.II/deal.II/source/grid/tria_levels.all_dimensions.cc b/deal.II/deal.II/source/grid/tria_levels.all_dimensions.cc deleted file mode 100644 index 6df0e384d7..0000000000 --- a/deal.II/deal.II/source/grid/tria_levels.all_dimensions.cc +++ /dev/null @@ -1,29 +0,0 @@ -//--------------------------------------------------------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2006, 2007 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. -// -//--------------------------------------------------------------------------- - - -#include -#include - -DEAL_II_NAMESPACE_OPEN - -namespace internal -{ - namespace Triangulation - { - - } -} - -DEAL_II_NAMESPACE_CLOSE - -- 2.39.5