]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo and reformat slightly.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2000 15:07:32 +0000 (15:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2000 15:07:32 +0000 (15:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@3450 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.h

index 17b5e94e02b06700b8350d11066517e837b05c2c..b32bc11f63cb192c78b59a04ce50129a8ede7820 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.