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/SolverDino4.java
180 180
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.DIN4_3);
181 181
      }
182 182

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

  

Also available in: Unified diff