X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FFEmTool%2FFEmTool_ElementaryCriterion.hxx;h=afad005b47e20cc0552a0aa26a49eb71d75774fd;hb=21c7c457012cc6d981fb47d24abd33edfecf90af;hpb=81ff49158aee6c2d6df6d03baabc57fbc5cd7385 diff --git a/src/FEmTool/FEmTool_ElementaryCriterion.hxx b/src/FEmTool/FEmTool_ElementaryCriterion.hxx index 3ea17b4694..afad005b47 100644 --- a/src/FEmTool/FEmTool_ElementaryCriterion.hxx +++ b/src/FEmTool/FEmTool_ElementaryCriterion.hxx @@ -55,7 +55,7 @@ public: Standard_EXPORT virtual Standard_Real Value() = 0; //! To Compute J(E) the coefficients of Hessian matrix of - //! J(E) wich are crossed derivatives in dimensions + //! J(E) which are crossed derivatives in dimensions //! and . //! If DependenceTable(Dimension1,Dimension2) is False Standard_EXPORT virtual void Hessian (const Standard_Integer Dim1, const Standard_Integer Dim2, math_Matrix& H) = 0;