Skip to content
Snippets Groups Projects
Commit 15726613 authored by Andrei's avatar Andrei
Browse files

Bugfix

parent ff8c3d79
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ ZMPVelocityReferencedQP::CallMethod(std::string & Method, std::istringstream &st
strm >> CurrentSupport.NbStepsLeft;
SupportFSM_->NbStepsSSDS(CurrentSupport.NbStepsLeft);
}
if (Method==":stoppg" || ":finish")
if (Method==":stoppg" || Method == ":finish")
{
EndingPhase_ = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment