From: wolf Date: Fri, 5 Nov 1999 12:50:59 +0000 (+0000) Subject: Remove comments after checking for correctness. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fcba9dbc9d32ee43e4d6404166e98b0f0a3e609;p=dealii-svn.git Remove comments after checking for correctness. git-svn-id: https://svn.dealii.org/trunk@1836 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index c1fd121147..2a583fd8fb 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -993,7 +993,7 @@ void LaplaceMatrix::assemble (Vector &rhs, weights[point]; }; -//TODO: check correctness of this function and use FEValues + template void @@ -1016,16 +1016,12 @@ MatrixCreator::create_interpolation_matrix(const FiniteElement &high, FEValues fe(high, low_points, UpdateFlags(0)); -//TODO: This could be less inefficient by going component by component -//TODO: Does it work for multi-component? - for (unsigned int i=0; i