diff options
Diffstat (limited to 'src/core/oriented_cube.h')
| -rw-r--r-- | src/core/oriented_cube.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/oriented_cube.h b/src/core/oriented_cube.h index 2c86af0..5449204 100644 --- a/src/core/oriented_cube.h +++ b/src/core/oriented_cube.h | |||
| @@ -56,8 +56,7 @@ applymoves(oriented_cube_t cube, const char *buf) | |||
| 56 | uint8_t m; | 56 | uint8_t m; |
| 57 | oriented_cube_t c, cinv; | 57 | oriented_cube_t c, cinv; |
| 58 | 58 | ||
| 59 | DBG_ASSERT(isconsistent(cube), ZERO_ORIENTED_CUBE, | 59 | DBG_ASSERT(isconsistent(cube), "move error: inconsistent cube\n"); |
| 60 | "move error: inconsistent cube\n"); | ||
| 61 | 60 | ||
| 62 | c = cube; | 61 | c = cube; |
| 63 | cinv = SOLVED_ORIENTED_CUBE; | 62 | cinv = SOLVED_ORIENTED_CUBE; |
