Revision f535fc1c
Added by Leszek Koltunski 9 months ago
| src/main/java/org/distorted/solvers/SolverErrors.java | ||
|---|---|---|
| 281 | 281 |
|
| 282 | 282 |
private static String di4EdgeThreeError(Resources res, int color) |
| 283 | 283 |
{
|
| 284 |
int j0 = getDi4Color(color,7);
|
|
| 284 |
int j0 = getDi4Color(color,6);
|
|
| 285 | 285 |
String c0 = res.getString(j0); |
| 286 | 286 |
return res.getString(R.string.solver_generic_edge_three,c0); |
| 287 | 287 |
} |
Also available in: Unified diff
change the model of Ghosts.
Fix one problem in Dino4 solver error reporting