From: wolf Date: Fri, 5 May 2000 16:10:34 +0000 (+0000) Subject: Remove bogus comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feea72b8a52a850b7341d02e8dbea6367bb11c57;p=dealii-svn.git Remove bogus comment. git-svn-id: https://svn.dealii.org/trunk@2809 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 2f28af7b6e..29537c7049 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -388,14 +388,6 @@ class SparseMatrix : public Subscriptor * square is returned, as defined * above by the scalar product. * - * Note the order in which the - * matrix appears. For - * non-symmetric matrices there - * is a difference whether the - * matrix operates on the first - * or on the second operand of - * the scalar product. - * * Obviously, the matrix needs to * be square for this operation. */