aboutsummaryrefslogtreecommitdiff
path: root/src/steps.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-26 19:38:28 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-26 19:38:28 +0100
commit975e3eafbae15b93a1a4f160dd781d359a6c717b (patch)
treedc6b05fcb57a64014c260ce43baa222386e5140f /src/steps.c
parentb82df53eb461506984eb2b6a9b53e445b75e46af (diff)
downloadnissy-975e3eafbae15b93a1a4f160dd781d359a6c717b.tar.gz
nissy-975e3eafbae15b93a1a4f160dd781d359a6c717b.zip
Added two-phase solver
Diffstat (limited to '')
-rw-r--r--src/steps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/steps.c b/src/steps.c
index 98e26b5..5de3206 100644
--- a/src/steps.c
+++ b/src/steps.c
@@ -1437,7 +1437,7 @@ static int
1437detect_pretrans_drud(Cube cube, Trans *ret) 1437detect_pretrans_drud(Cube cube, Trans *ret)
1438{ 1438{
1439 int i, n; 1439 int i, n;
1440 static Trans tt[3] = {uf, ur, fd}; 1440 static Trans tt[3] = {uf, fr, rd};
1441 1441
1442 for (i = 0, n = 0; i < 3; i++) 1442 for (i = 0, n = 0; i < 3; i++)
1443 if (check_drud(apply_trans(tt[i], cube))) 1443 if (check_drud(apply_trans(tt[i], cube)))

Generated with cgit - Back to sebastiano.tronto.net