mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-08 22:56:52 +08:00
0026720: Coding, STEP - non-conformant names of class fields
Names of class fields and method parameters are fixed according to coding standard.
This commit is contained in:
@@ -38,6 +38,6 @@ void StepDimTol_DatumSystem::Init (const Handle(TCollection_HAsciiString)& theNa
|
||||
const Handle(StepDimTol_HArray1OfDatumReferenceCompartment)& theConstituents)
|
||||
{
|
||||
StepRepr_ShapeAspect::Init(theName, theDescription, theOfShape, theProductDefinitional);
|
||||
constituents = theConstituents;
|
||||
myConstituents = theConstituents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user