From: wolf Date: Wed, 7 Jun 2006 20:15:29 +0000 (+0000) Subject: Doc fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55095a1be664f8f9a81b749c0f48f0716f58c604;p=dealii-svn.git Doc fix. git-svn-id: https://svn.dealii.org/trunk@13193 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 6c271f29df..ad67e13436 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -1600,9 +1600,10 @@ class SparseMatrix : public virtual Subscriptor * checking is performed which * will recognize the bluntest * attempts to interpret some - * data as a vector stored - * bitwise to a file, but not - * more. + * data as a matrix stored + * bitwise to a file that wasn't + * actually created that way, but + * not more. */ void block_read (std::istream &in);