Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jfly/tnoodle
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Dec 21, 2011
2 parents efc23c0 + 1e7fbe9 commit dc4127f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrambles/src/scrambler/ClockScrambler.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ protected void parseScramble( String scramble, int[] seq, boolean[] pins ) {
move = Integer.parseInt(word, 2);
seq[move+16] = Integer.parseInt(m.group(2));
seq[move] = Integer.parseInt(m.group(3));
for( i=0; i<4; i++ )
pins[i] = ( word.charAt(i) == '1' );
}

p = Pattern.compile("\\(([Ud]{4})\\)");
Expand Down

0 comments on commit dc4127f

Please sign in to comment.