From a5115837c13cc348b3f655b913d0ba461b7857b1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 1 Feb 2007 21:23:38 +0000 Subject: [PATCH] Add a TODO git-svn-id: https://svn.dealii.org/trunk@14398 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix_ez.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.5