From: Daniel Arndt Date: Sun, 8 Jul 2018 23:16:44 +0000 (+0200) Subject: Fix variable assignment X-Git-Tag: v9.1.0-rc1~934^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d116e8e728ce27661727f8c69a31bd772f1d2b;p=dealii.git Fix variable assignment --- diff --git a/include/deal.II/lac/schur_complement.h b/include/deal.II/lac/schur_complement.h index 7ad43b3e91..140e6123a9 100644 --- a/include/deal.II/lac/schur_complement.h +++ b/include/deal.II/lac/schur_complement.h @@ -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