mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-13 06:37:18 +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:
@@ -32,7 +32,7 @@ StepDimTol_DatumReferenceModifierWithValue::StepDimTol_DatumReferenceModifierWit
|
||||
void StepDimTol_DatumReferenceModifierWithValue::Init (const StepDimTol_DatumReferenceModifierType& theModifierType,
|
||||
const Handle(StepBasic_LengthMeasureWithUnit)& theModifierValue)
|
||||
{
|
||||
modifierType = theModifierType;
|
||||
modifierValue = theModifierValue;
|
||||
myModifierType = theModifierType;
|
||||
myModifierValue = theModifierValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user