Skip to content

Commit

Permalink
Merge pull request #4 from gergondet/topic/FixTypoInSeqplay
Browse files Browse the repository at this point in the history
Fix a typo in seqplay

Thx Pierre.
Happy new year !
  • Loading branch information
Olivier Stasse authored and Olivier Stasse committed Jan 21, 2015
2 parents aa8e9a0 + 99ef416 commit f4ff295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/seqplay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ namespace dynamicgraph
makeCommandVoid0 (*this, &Seqplay::start,
docCommandVoid0 ("Start motion")));
for (size_t i=0; i<7; ++i)
facultativeFound_[7]=false;
{
facultativeFound_[i]=false;
}
}

void Seqplay::load (const std::string& filename)
Expand Down

0 comments on commit f4ff295

Please sign in to comment.