1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0025559: SIGSEGV in TKMath when computing max tolerance of curve on surface

This commit is contained in:
vsr
2014-12-05 17:54:47 +03:00
parent 80712f4646
commit 5c4a9ab709

View File

@@ -177,7 +177,7 @@ Standard_Integer LU_Decompose(math_Matrix& a,
math_Vector& vv,
Standard_Real TINY) {
Standard_Integer i, imax=0, j, k;
Standard_Integer i, imax=1, j, k;
Standard_Real big, dum, sum, temp;
Standard_Integer n = a.RowNumber();