1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Fixed errors

This commit is contained in:
aln
2022-06-30 00:22:19 +03:00
parent 835f8451ac
commit a28be1eb2a
24 changed files with 45 additions and 35 deletions

View File

@@ -2335,7 +2335,7 @@ Standard_Boolean ClassifyLin2d(const Handle(GeomAdaptor_Surface)& theS,
{
Standard_Real xmin, xmax, ymin, ymax, d1, d2, A, B, C;
Standard_Real par[2];
Standard_Real par[2] = { 0.0, 0.0 };
Standard_Integer nbi = 0;
xmin = theS->FirstUParameter();