From 07dfcc1b56e7a4893ae7deef09bc067787b06f62 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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 #include #include -- 2.39.5