From 848d6e3051c1537c3ab8e109354ae8d35c345dd0 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 2004 19:51:37 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8894 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 7b0c4ffb90..e77a1e2123 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -311,6 +311,10 @@ namespace internals * the row numbers are * equal and the first * index is smaller. + * + * This function is only valid if + * both iterators point into the same + * matrix. */ bool operator < (const Iterator&) const; -- 2.39.5