From 9af94280878fb5dbb7318209ba0497171b3c514c Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 15 Nov 2004 15:33:38 +0000
Subject: [PATCH] Add a TODO

git-svn-id: https://svn.dealii.org/trunk@9760 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/lac/include/lac/sparse_matrix.templates.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deal.II/lac/include/lac/sparse_matrix.templates.h b/deal.II/lac/include/lac/sparse_matrix.templates.h
index e7a739a606..5c7bc17900 100644
--- a/deal.II/lac/include/lac/sparse_matrix.templates.h
+++ b/deal.II/lac/include/lac/sparse_matrix.templates.h
@@ -14,6 +14,8 @@
 #define __deal2__sparse_matrix_templates_h
 
 
+//TODO[WB]: the threaded functions can now be converted to return a value, rather than use an additional argument
+
 #include <base/template_constraints.h>
 #include <lac/sparse_matrix.h>
 #include <lac/vector.h>
-- 
2.39.5