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/SolverJing.java
530 530
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.JING_2);
531 531
      }
532 532

  
533
    return mSolver!=null ? mSolver.solution(index,null) : null;
533
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
534 534
    }
535 535
}  
536 536

  

Also available in: Unified diff