Project

General

Profile

« Previous | Next » 

Revision 6777e712

Added by Leszek Koltunski about 2 months ago

Lint

View differences:

src/main/java/org/distorted/objectlib/kociemba/SolverCubieCube.java
279 279
      if (SolverEdge.FR <= ep[j] && ep[j] <= SolverEdge.BR)
280 280
        {
281 281
        a += Cnk(11-j, x+1);
282
	      tmpEdge4[3-x++] = ep[j];
283
	      }
282
        tmpEdge4[3-x++] = ep[j];
283
        }
284 284

  
285 285
    int b = 0;
286 286
    for( int j=3; j>0; j--) // compute the index b < 4! for the permutation in perm

Also available in: Unified diff