From: Wolfgang Bangerth Date: Tue, 19 Dec 2000 16:13:43 +0000 (+0000) Subject: Undo Guido's change, which should really have happened on a branch! X-Git-Tag: v8.0.0~19866 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691994977d7f82d436ceb085db469be7b047ee35;p=dealii.git Undo Guido's change, which should really have happened on a branch! git-svn-id: https://svn.dealii.org/trunk@3578 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index 98109ebee8..63ad0ced20 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -38,7 +38,7 @@ void FETools::get_interpolation_matrix(const FiniteElement &fe1, interpolation_matrix.n(), fe2.dofs_per_cell, fe1.dofs_per_cell)); -/* + // Initialize FEValues for fe1 at // the unit support points of the // fe2 element. @@ -67,7 +67,6 @@ void FETools::get_interpolation_matrix(const FiniteElement &fe1, interpolation_matrix(i,j)=0.; } } -*/ }