From: Wolfgang Bangerth Date: Thu, 1 Feb 2007 21:23:38 +0000 (+0000) Subject: Add a TODO X-Git-Tag: v8.0.0~10598 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b849e1147ef2152f904c4149206d052a02486eb;p=dealii.git Add a TODO git-svn-id: https://svn.dealii.org/trunk@14398 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index 336b169b80..7405970921 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -21,6 +21,8 @@ #include +//TODO: Implement or remove the commented out functions + DEAL_II_NAMESPACE_OPEN template class Vector;