From 55095a1be664f8f9a81b749c0f48f0716f58c604 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 7 Jun 2006 20:15:29 +0000 Subject: [PATCH] Doc fix. git-svn-id: https://svn.dealii.org/trunk@13193 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); -- 2.39.5