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