From 691994977d7f82d436ceb085db469be7b047ee35 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Dec 2000 16:13:43 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/fe/fe_tools.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.; } } -*/ } -- 2.39.5