From 44110e06b9d6c75fe98bd1329749655fb671a1f5 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 28 Oct 2025 09:49:33 -0400 Subject: [PATCH] Documentation - Fix various typos and comment uniformity (#771) - Corrected parameter name from `tehNbIterations` to `theNbIterations` in constructor declaration --- .../TKMath/math/math_NewtonFunctionSetRoot.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx b/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx index f3eded0adc..e6b5739fe5 100644 --- a/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx +++ b/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx @@ -42,7 +42,7 @@ public: Standard_EXPORT math_NewtonFunctionSetRoot(math_FunctionSetWithDerivatives& theFunction, const math_Vector& theXTolerance, const Standard_Real theFTolerance, - const Standard_Integer tehNbIterations = 100); + const Standard_Integer theNbIterations = 100); //! This constructor should be used in a sub-class to initialize //! correctly all the fields of this class. -- 2.39.5