From: Wolfgang Bangerth Date: Mon, 29 Mar 2004 19:51:37 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~15454 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e354e8aeefd9b19b00863095a393087b04adfa;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8894 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;