From 1617744b1b1db6594b1a903ab437192d3c61d270 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 May 2003 16:28:10 +0000 Subject: [PATCH] Remove from mainline. git-svn-id: https://svn.dealii.org/trunk@7635 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_collection.cc | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 deal.II/deal.II/source/fe/fe_collection.cc diff --git a/deal.II/deal.II/source/fe/fe_collection.cc b/deal.II/deal.II/source/fe/fe_collection.cc deleted file mode 100644 index 141c3fc83d..0000000000 --- a/deal.II/deal.II/source/fe/fe_collection.cc +++ /dev/null @@ -1,30 +0,0 @@ -//---------------------------- fe_collection.cc --------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2003 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. -// -//---------------------------- fe_collection.cc --------------------------- - -#include -#include - - -template -unsigned int -FECollection::memory_consumption () const -{ - return (sizeof(*this) + - MemoryConsumption::memory_consumption (finite_elements)); -} - - - - -// explicit instantiations -template class FECollection; -- 2.39.5