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/SolverSkewbDiamond.java
494 494
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectSignatures.DIAM_2);
495 495
      }
496 496

  
497
    return mSolver!=null ? mSolver.solution(index,null) : null;
497
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
498 498
    }
499 499
}  
500 500

  

Also available in: Unified diff