From: hartmann Date: Mon, 9 Aug 1999 15:40:51 +0000 (+0000) Subject: remove not needed line X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38d9d766918a6ebddeb665593cd1b11ae7cb091;p=dealii-svn.git remove not needed line git-svn-id: https://svn.dealii.org/trunk@1645 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/vectors.cc b/deal.II/deal.II/source/numerics/vectors.cc index b9e379829e..48b5773602 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -233,8 +233,6 @@ void VectorTools::interpolate (const DoFHandler &dof, Assert(dofs_of_rep_points.size()==n_rep_points, ExcInternalError()); Assert(dof_to_rep_index_table.size()==fe.total_dofs, ExcInternalError()); - cout << "n_rep_points=" << n_rep_points << endl; - vector dofs_on_cell (fe.total_dofs); vector > support_points (fe.total_dofs);