]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove from mainline.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 May 2003 16:28:10 +0000 (16:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 May 2003 16:28:10 +0000 (16:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@7635 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_collection.cc [deleted file]

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 (file)
index 141c3fc..0000000
+++ /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 <base/memory_consumption.h>
-#include <fe/fe_collection.h>
-
-
-template <int dim>
-unsigned int
-FECollection<dim>::memory_consumption () const
-{
-  return (sizeof(*this) +
-          MemoryConsumption::memory_consumption (finite_elements));
-}
-
-
-
-
-// explicit instantiations
-template class FECollection<deal_II_dimension>;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.