Project

General

Profile

« Previous | Next » 

Revision bdcf2372

Added by Leszek Koltunski about 1 year ago

Stop crashing when something goes wrong with solvers

View differences:

src/main/java/org/distorted/solvers/SolverCuboid232.java
412 412
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectSignatures.CU_232);
413 413
      }
414 414

  
415
    return mSolver!=null ? mSolver.solution(index,null) : null;
415
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
416 416
    }
417 417
}  
418 418

  

Also available in: Unified diff