AllowRotation and size_t
This commit is contained in:
committed by
PaddleStroke
parent
fe99ad2593
commit
85557e1fa4
@@ -68,7 +68,7 @@ void MbD::ASMTTranslationalMotion::readTranslationZ(std::vector<std::string>& li
|
||||
lines.erase(lines.begin());
|
||||
}
|
||||
|
||||
void MbD::ASMTTranslationalMotion::storeOnLevel(std::ofstream& os, int level)
|
||||
void MbD::ASMTTranslationalMotion::storeOnLevel(std::ofstream& os, size_t level)
|
||||
{
|
||||
storeOnLevelString(os, level, "TranslationalMotion");
|
||||
storeOnLevelString(os, level + 1, "Name");
|
||||
|
||||
Reference in New Issue
Block a user