Project

General

Profile

« Previous | Next » 

Revision 5d99af6c

Added by Leszek Koltunski 11 months ago

Jings: further corrections.

View differences:

src/main/java/org/distorted/solvers/SolverDino4.java
15 15

  
16 16
import org.distorted.main.R;
17 17
import org.distorted.objectlib.helpers.OperatingSystemInterface;
18
import org.distorted.objectlib.main.ObjectSignatures;
18
import org.distorted.objectlib.main.ObjectType;
19 19
import org.distorted.objectlib.main.TwistyObject;
20 20
import org.distorted.objectlib.shape.ShapeHexahedron;
21 21
import org.distorted.objectlib.tablebases.ImplementedTablebasesList;
......
177 177
    {
178 178
    if( mSolver==null )
179 179
      {
180
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.DIN4_3);
180
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectType.DIN4_3.name() );
181 181
      }
182 182

  
183 183
    return mSolver!=null ? mSolver.solution(index,null,os) : null;

Also available in: Unified diff