AttributeIntegerPtr anAttrSecondNumber =
aBase->integer(FeaturesPlugin_MultiTranslation::NB_COPIES_SECOND_DIR_ID());
theDumper << ", " << anAttrSecondAxis << ", " << anAttrSecondStep;
- theDumper << ", " << anAttrSecondStep;
+ theDumper << ", " << anAttrSecondNumber;
}
theDumper << ")" << std::endl;
theDumper << ", " << anAttrStartPoint << ", " << anAttrEndPoint;
}
- theDumper << ")" << std::endl;
+ theDumper << ")" << std::endl;
}
//==================================================================================================