]> OCCT Git - occt-copy.git/commit
0030558: Coding - replace math_SingleTab with NCollection_LocalArray
authorkgv <kgv@opencascade.com>
Tue, 12 Mar 2019 03:05:21 +0000 (06:05 +0300)
committerkgv <kgv@opencascade.com>
Tue, 12 Mar 2019 07:48:00 +0000 (10:48 +0300)
commit31894e9a1b85c1c5ba31efe5380bac72d3a06e2d
tree35a4e3ad01fa17f7f8c79f4cace07463e93e0ef4
parent060fc60338165b949b8019f1c4f54405ee15ad31
0030558: Coding - replace math_SingleTab with NCollection_LocalArray

math_Vector::Multiplied() - fixed modification of original array.

math_SVD::Solve(), math_SVD::PseudoInverse(), GeomFill_LocationGuide::InitX() - removed incorrect constness.

math_Vector, math_IntegerVector - math_SingleTab has been replaced by NCollection_LocalArray+NCollection_Array1.
Added accessors returning const value.
12 files changed:
src/FEmTool/FEmTool_ProfileMatrix.cxx
src/GeomFill/GeomFill_LocationGuide.cxx
src/GeomFill/GeomFill_LocationGuide.hxx
src/math/FILES
src/math/math_IntegerVector.cxx
src/math/math_IntegerVector.hxx
src/math/math_Matrix.cxx
src/math/math_SVD.cxx
src/math/math_SVD.hxx
src/math/math_SingleTab.hxx [deleted file]
src/math/math_Vector.cxx
src/math/math_Vector.hxx