From c33c0f18d5cb4b8866c824eb491836c74c0054da Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 10 May 2024 17:25:31 +0200 Subject: [PATCH] Update examples/step-15/step-15.cc Co-authored-by: Martin Kronbichler --- examples/step-15/step-15.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5