From: wolf Date: Mon, 12 May 2003 16:28:10 +0000 (+0000) Subject: Remove from mainline. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=447d450dd574e902e5e6c405dd16fba1f01b1d87;p=dealii-svn.git Remove from mainline. git-svn-id: https://svn.dealii.org/trunk@7635 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;