]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
doxygen @code formatting
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Feb 2014 01:26:54 +0000 (01:26 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Feb 2014 01:26:54 +0000 (01:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@32468 0785d39b-7218-0410-832d-ea1e28bc413d

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

index db8fdb8a13d03af2c8324b01b3f421fe3138079c..0fe4432028280b30130cd00f09c27ef86b6fd005 100644 (file)
@@ -43,13 +43,12 @@ DEAL_II_NAMESPACE_OPEN
  * it is fast.
  *
  * @code
- *     // Declare related objects
- *
+ * // Declare related objects
  * SparseMatrix<double> A;
  * Vector<double> x;
  * Vector<double> b;
  * GrowingVectorMemory<Vector<double> > mem;
-
+ *
  * 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.