diff options
Diffstat (limited to 'src/solvers/coord/eo.h')
| -rw-r--r-- | src/solvers/coord/eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 3fabf9f..9703b67 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | STATIC uint64_t coordinate_eo_coord(cube_t, const void *); | 1 | STATIC uint64_t coordinate_eo_coord(cube_t, const void *); |
| 2 | STATIC cube_t coordinate_eo_cube(uint64_t, const void *); | 2 | STATIC cube_t coordinate_eo_cube(uint64_t, const void *); |
| 3 | STATIC bool coordinate_eo_isnasty(uint64_t, const void *); | 3 | STATIC bool coordinate_eo_isnasty(uint64_t, const void *); |
| 4 | STATIC uint64_t coordinate_eo_gendata(void *); | 4 | STATIC size_t coordinate_eo_gendata(void *); |
| 5 | 5 | ||
| 6 | STATIC coord_t coordinate_eo = { | 6 | STATIC coord_t coordinate_eo = { |
| 7 | .name = "EO", | 7 | .name = "EO", |
