mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
Added initialization of fields that had not initialization Added default constructors to classes without constructors
This commit is contained in:
@@ -47,6 +47,8 @@ Plate_Plate::Plate_Plate()
|
||||
L (0.0)
|
||||
{
|
||||
PolynomialPartOnly = Standard_False;
|
||||
memset (ddu, 0, sizeof (ddu));
|
||||
memset (ddv, 0, sizeof (ddv));
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user