From: Timo Heister Date: Fri, 10 May 2024 15:25:31 +0000 (+0200) Subject: Update examples/step-15/step-15.cc X-Git-Tag: v9.6.0-rc1~291^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33c0f18d5cb4b8866c824eb491836c74c0054da;p=dealii.git Update examples/step-15/step-15.cc Co-authored-by: Martin Kronbichler --- diff --git a/examples/step-15/step-15.cc b/examples/step-15/step-15.cc index a42ba2abc7..013dc483f3 100644 --- a/examples/step-15/step-15.cc +++ b/examples/step-15/step-15.cc @@ -209,7 +209,7 @@ namespace Step15 // of course, the matrix and right hand side functions depend on the // previous iteration's solution. As discussed in the introduction, we need // to use zero boundary values for the Newton updates; this is done by using - // the `zero_constraint` object when assembling into the global matrix and + // the `zero_constraints` object when assembling into the global matrix and // vector. // // The top of the function contains the usual boilerplate code, setting up