crank_slider.mbd MBDyn file working
This commit is contained in:
@@ -9,7 +9,7 @@ void MbD::MBDynData::initialize()
|
||||
void MbD::MBDynData::parseMBDyn(std::vector<std::string>& lines)
|
||||
{
|
||||
assert(lines.size() == 3);
|
||||
std::vector<std::string> tokens{"problem:", "initial", "value;"};
|
||||
std::vector<std::string> tokens{ "problem:", "initial", "value" };
|
||||
auto problemit = findLineWith(lines, tokens);
|
||||
assert(problemit != lines.end());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user