From 994f8b29952f938d6859ad3aa5bfbc66a93963e2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Oct 2000 15:07:32 +0000 Subject: [PATCH] Fix typo and reformat slightly. git-svn-id: https://svn.dealii.org/trunk@3450 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 17b5e94e02..b32bc11f63 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -672,12 +672,12 @@ class SparseMatrix : public Subscriptor * output if applied to a large matrix! * Be careful with it. */ - void print_formatted (ostream &out, - const unsigned int presicion=3, - bool scientific=true, - unsigned int width=0, - const char * zero_string = " ", - const double denominator = 1.) const; + void print_formatted (ostream &out, + const unsigned int precision = 3, + const bool scientific = true, + const unsigned int width = 0, + const char *zero_string = " ", + const double denominator = 1.) const; /** * Exception -- 2.39.5