From 6cd456a86fa8c5c54b8d8f5e7ac1dfb5439004df Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Jul 1999 11:40:41 +0000 Subject: [PATCH] More doc update. git-svn-id: https://svn.dealii.org/trunk@1586 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/convergence_table.h | 2 +- deal.II/deal.II/include/numerics/data_io.h | 2 +- deal.II/lac/include/lac/sparse_matrix.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index 3186286938..cfe4aae8f4 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -51,7 +51,7 @@ class ConvergenceTable: public TableHandler /** * Rate in relation to the rows (without a - * reference column): + * reference column). * * #reduction_rate#: $value(row-1)/value(row)$. * diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index c3957fde7e..dcb3575b90 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -182,7 +182,7 @@ class DataIn { /** - * This class is deprecated. Use the #DataOut class instead. + * This class is deprecated. Use the #DataOut# class instead. * * This class implements an output mechanism for grid and simulation data * in several formats. diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 8f36b4310d..9056e40c8a 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -839,7 +839,8 @@ class SparseMatrix : public Subscriptor * If you change the layout yourself, you * should also rename this function to * avoid programs relying on outdated - * information! */ + * information! + */ number global_entry (const unsigned int i) const; /** -- 2.39.5