From 0dbdbe37bb3ee77d5c450328f850e21c130500d3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 18 Nov 2007 04:40:07 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/trunk@15509 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index fc4a7064b1..5e98e798f6 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -570,7 +570,7 @@ class FullMatrix : public Table<2,number> * considered zero. */ void print_formatted (std::ostream &out, - const unsigned int presicion=3, + const unsigned int precision=3, const bool scientific = true, const unsigned int width = 0, const char *zero_string = " ", -- 2.39.5