]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix typo in doc.
authorTimo Heister <timo.heister@gmail.com>
Thu, 16 Jun 2011 14:56:31 +0000 (14:56 +0000)
committerTimo Heister <timo.heister@gmail.com>
Thu, 16 Jun 2011 14:56:31 +0000 (14:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@23827 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/iterative_inverse.h

index 527e2449f7160042c21c5aefaf0b9cd496dcc9aa..d01811f2951c5510671081aa043624f101a5018b 100644 (file)
@@ -48,7 +48,7 @@ DEAL_II_NAMESPACE_OPEN
  * Vector<double> b;
  * GrowingVectorMemory<Vector<double> > mem;
 
- * ReductionControl inner_control (10, 1.e-30, 1.e-2)
+ * ReductionControl inner_control (10, 1.e-30, 1.e-2);
  * PreconditionSSOR <SparseMatrix<double> > inner_precondition;
  * inner_precondition.initialize (A, 1.2);
  *

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.