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:
rkv
2015-10-08 10:06:55 +03:00
committed by bugmaster
parent 980d161f03
commit 2f220b97b7
47 changed files with 371 additions and 324 deletions

View File

@@ -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;
}