X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2Fmath%2Fmath_FunctionSetRoot.lxx;h=c76f56cd7ae121b0ca35e25f1fd82701ba2b5639;hp=2cae557baf85544651551135961f361333a7b626;hb=b659a6dc194c9ce0f80ee548442a36fc861f976e;hpb=729d84d4f977dd8dc7724ccaae3127842cdcaf17 diff --git a/src/math/math_FunctionSetRoot.lxx b/src/math/math_FunctionSetRoot.lxx index 2cae557..c76f56c 100755 --- a/src/math/math_FunctionSetRoot.lxx +++ b/src/math/math_FunctionSetRoot.lxx @@ -66,3 +66,7 @@ inline Standard_Integer math_FunctionSetRoot::NbIterations() const{ return Kount; } +inline Standard_Boolean math_FunctionSetRoot::IsDivergent() const +{ + return myIsDivergent; +}