From: bangerth Date: Fri, 29 Aug 2008 02:00:19 +0000 (+0000) Subject: Add a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f315c3944f5d9199f634470be0d94eebd04eee7a;p=dealii-svn.git Add a TODO. git-svn-id: https://svn.dealii.org/trunk@16692 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/compressed_sparsity_pattern.h b/deal.II/lac/include/lac/compressed_sparsity_pattern.h index 92e4e91ea7..c76d05502e 100644 --- a/deal.II/lac/include/lac/compressed_sparsity_pattern.h +++ b/deal.II/lac/include/lac/compressed_sparsity_pattern.h @@ -26,6 +26,8 @@ DEAL_II_NAMESPACE_OPEN template class SparseMatrix; +//TODO[WB]: Unify implementation with the CompressedSetSparsityPattern since really all that's different is the Line structure in the two classes. We should have a templatized base class that simply gets the particular Line structure from a derived class. + /*! @addtogroup Sparsity *@{ */