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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user