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/SolverDino6.java
445 445
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.DINO_3);
446 446
      }
447 447

  
448
    return mSolver!=null ? mSolver.solution(index,null) : null;
448
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
449 449
    }
450 450
}  
451 451

  

Also available in: Unified diff