From: wolf Date: Wed, 7 Mar 2001 15:22:10 +0000 (+0000) Subject: Further doc changes, slight modifications. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f010c776d2c4727c645e7cbe5e0e4261d895dc4b;p=dealii-svn.git Further doc changes, slight modifications. git-svn-id: https://svn.dealii.org/trunk@4150 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index 0bc632c5ba..bb2980b1af 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -24,21 +24,6 @@ #include -// Include embedding matrices (produced by tests/fe/embedding with -// postprocessing - -#if (deal_II_dimension == 1) -#include "mat_q.1" -#endif - -#if (deal_II_dimension == 2) -#include "mat_q.2" -#endif - -#if (deal_II_dimension == 3) -#include "mat_q.3" -#endif - //TODO: move build_renumbering to mapping class