Skip to content

Commit 6f3ad25

Browse files
committed
fix doc
1 parent c63fc83 commit 6f3ad25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocs2_ipm/src/IpmSolver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ void IpmSolver::runImpl(scalar_t initTime, const vector_t& initState, scalar_t f
244244
if (settings_.computeLagrangeMultipliers) {
245245
multiple_shooting::incrementTrajectory(lmd, deltaLmdSol, stepInfo.stepSize, lmd);
246246
if (settings_.projectStateInputEqualityConstraints) {
247-
// Computes the deltaNuSol wirht r
248-
// remaining term that depends on the costate
247+
// Remaining term that depends on the costate
249248
auto deltaNuSol = std::move(deltaSolution.deltaNuSol);
250249
for (int i = 0; i < nu.size(); i++) {
251250
if (nu[i].size() > 0) {

0 commit comments

Comments
 (0)