new branch: working
This commit is contained in:
@@ -4,6 +4,9 @@ using namespace MbD;
|
||||
|
||||
void SystemSolver::initializeLocally()
|
||||
{
|
||||
setsOfRedundantConstraints = std::make_unique<std::vector<std::vector<std::shared_ptr<Constraint>>>>();
|
||||
direction = (tstart < tend) ? 1.0 : -1.0;
|
||||
toutFirst = tstart + (direction * hout);
|
||||
}
|
||||
|
||||
void SystemSolver::initializeGlobally()
|
||||
|
||||
Reference in New Issue
Block a user