]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix variable assignment
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 8 Jul 2018 23:16:44 +0000 (01:16 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 8 Jul 2018 23:16:44 +0000 (01:16 +0200)
include/deal.II/lac/schur_complement.h

index 7ad43b3e916a5dafc39b4c01e912830a533be449..140e6123a97fa60382b1d645dcf5aab1e219239f 100644 (file)
@@ -167,7 +167,7 @@ DEAL_II_NAMESPACE_OPEN
  * y = S_inv * rhs;
  *
  * // Compute x using resolved solution y
- * postprocess_schur_solution (A_inv,B,y,f);
+ * x = postprocess_schur_solution (A_inv,B,y,f);
  * @endcode
  *
  * In the above example, the preconditioner for $ S $ was defined as the

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.