runPosIC, VelIC, AccIC numerically correct
This commit is contained in:
@@ -33,7 +33,7 @@ void MbD::GEFullMatParPv::doPivoting(int p)
|
||||
rowOrder->swapElems(p, rowPivot);
|
||||
}
|
||||
pivotValues->at(p) = max;
|
||||
if (max < singularPivotTolerance) throw SingularMatrixError("");
|
||||
if (max < singularPivotTolerance) throwSingularMatrixError("");
|
||||
}
|
||||
|
||||
void MbD::GEFullMatParPv::postSolve()
|
||||
|
||||
Reference in New Issue
Block a user