diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-26 19:38:28 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-26 19:38:28 +0100 |
| commit | 975e3eafbae15b93a1a4f160dd781d359a6c717b (patch) | |
| tree | dc6b05fcb57a64014c260ce43baa222386e5140f /src/steps.c | |
| parent | b82df53eb461506984eb2b6a9b53e445b75e46af (diff) | |
| download | nissy-975e3eafbae15b93a1a4f160dd781d359a6c717b.tar.gz nissy-975e3eafbae15b93a1a4f160dd781d359a6c717b.zip | |
Added two-phase solver
Diffstat (limited to 'src/steps.c')
| -rw-r--r-- | src/steps.c | 2 |
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 | |||
| 1437 | detect_pretrans_drud(Cube cube, Trans *ret) | 1437 | detect_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))) |
