Skip to content

Commit 3df038e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 53f3142 commit 3df038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kinematic-planner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ void KinematicPlanner::blending() {
437437
currentWeight2.push_back(intWeightCSrc);
438438
}
439439
} //(cG!=nGaitCycles-1)
440-
} //(t>nTimeSteps*9/10)
440+
} //(t>nTimeSteps*9/10)
441441

442442
// Start Mixing all sources
443443
for (int cJ = 0; cJ < nJoints; cJ++) {

0 commit comments

Comments
 (0)