Good version for ASMT and MBDyn

This commit is contained in:
Aik-Siong Koh
2023-11-09 14:16:05 -07:00
parent 11a5cff30b
commit f026153c38
69 changed files with 14514 additions and 1495 deletions

View File

@@ -104,7 +104,7 @@ void Constraint::setqsudotlam(FColDsptr col)
void Constraint::fillPosICError(FColDsptr col)
{
col->at(iG) += aG;
col->atiplusNumber(iG, aG);
}
void Constraint::removeRedundantConstraints(std::shared_ptr<std::vector<int>> redundantEqnNos)