]> OCCT Git - occt.git/commitdiff
Documentation - Fix various typos and comment uniformity (#771)
authorluzpaz <luzpaz@users.noreply.github.com>
Tue, 28 Oct 2025 13:49:33 +0000 (09:49 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 13:49:33 +0000 (13:49 +0000)
- Corrected parameter name from `tehNbIterations` to `theNbIterations` in constructor declaration

src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx

index f3eded0adc947b94914123475058d4a912f5c226..e6b5739fe581d281b378ebcb3198765bd3e57d7c 100644 (file)
@@ -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.