From: wolf Date: Thu, 14 Jan 1999 15:33:08 +0000 (+0000) Subject: OOps, forgot test code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3887ed68f2e6e960a3c0a29300fd5a33c3d7581e;p=dealii-svn.git OOps, forgot test code. git-svn-id: https://svn.dealii.org/trunk@733 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_system.cc b/deal.II/deal.II/source/fe/fe_system.cc index c845fba634..bdb00ef020 100644 --- a/deal.II/deal.II/source/fe/fe_system.cc +++ b/deal.II/deal.II/source/fe/fe_system.cc @@ -250,8 +250,3 @@ template class FESystem; -#include -FELinear<2> fl; -FESystem<2> fe(fl, 2); - -