MBDynCase.mbd MBDyn file working

This commit is contained in:
Aik-Siong Koh
2023-10-16 11:28:33 -06:00
parent 84cb979354
commit 0b07ff126a
20 changed files with 723 additions and 57 deletions

View File

@@ -69,3 +69,8 @@ void Solver::logString(const char* chars)
std::string str = chars;
this->logString(str);
}
void MbD::Solver::handleSingularMatrix()
{
assert(false);
}