AllowRotation and size_t
This commit is contained in:
committed by
PaddleStroke
parent
fe99ad2593
commit
85557e1fa4
@@ -92,7 +92,7 @@ void MbD::ASMTRotationalMotion::setRotationZ(std::string rotZ)
|
||||
rotationZ = rotZ;
|
||||
}
|
||||
|
||||
void MbD::ASMTRotationalMotion::storeOnLevel(std::ofstream& os, int level)
|
||||
void MbD::ASMTRotationalMotion::storeOnLevel(std::ofstream& os, size_t level)
|
||||
{
|
||||
storeOnLevelString(os, level, "RotationalMotion");
|
||||
storeOnLevelString(os, level + 1, "Name");
|
||||
|
||||
Reference in New Issue
Block a user