diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-18 19:28:51 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-18 19:28:51 +0100 |
| commit | 5c3d850bbe088d075bca8c7b4b5d746ee803798d (patch) | |
| tree | 6ed0bdc37b8e7f2c08cc7f4779431b1962a97da7 /src/solvers/h48/gendata_eoesep.h | |
| parent | bca11bdbd8c9912601974f61de6a55c3a41a2b79 (diff) | |
| download | nissy-core-5c3d850bbe088d075bca8c7b4b5d746ee803798d.tar.gz nissy-core-5c3d850bbe088d075bca8c7b4b5d746ee803798d.zip | |
Revert small error
Diffstat (limited to 'src/solvers/h48/gendata_eoesep.h')
| -rw-r--r-- | src/solvers/h48/gendata_eoesep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/h48/gendata_eoesep.h b/src/solvers/h48/gendata_eoesep.h index 23fbb3c..d887209 100644 --- a/src/solvers/h48/gendata_eoesep.h +++ b/src/solvers/h48/gendata_eoesep.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | STATIC int64_t coord_eoesep_sym(cube_t, const uint32_t [static ESEP_MAX]); | 1 | STATIC int64_t coord_eoesep_sym(cube_t, const uint32_t [static ESEP_MAX]); |
| 2 | STATIC size_t gendata_esep_classes( | 2 | STATIC size_t gendata_esep_classes( |
| 3 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); | 3 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); |
| 4 | STATIC size_t gendata_eoesep(char [static EOESEP_FULLSIZE], uint8_t); | 4 | STATIC size_t gendata_eoesep(char *, uint8_t); |
| 5 | STATIC uint32_t gendata_eoesep_bfs(uint8_t, uint8_t [static EOESEP_BUF], | 5 | STATIC uint32_t gendata_eoesep_bfs(uint8_t, uint8_t [static EOESEP_BUF], |
| 6 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); | 6 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); |
| 7 | STATIC uint32_t gendata_eoesep_fromnew(uint8_t, uint8_t [static EOESEP_BUF], | 7 | STATIC uint32_t gendata_eoesep_fromnew(uint8_t, uint8_t [static EOESEP_BUF], |
| @@ -65,7 +65,7 @@ gendata_esep_classes( | |||
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | STATIC size_t | 67 | STATIC size_t |
| 68 | gendata_eoesep(char buf[static EOESEP_FULLSIZE], uint8_t maxdepth) | 68 | gendata_eoesep(char *buf, uint8_t maxdepth) |
| 69 | { | 69 | { |
| 70 | uint8_t *buf8, d; | 70 | uint8_t *buf8, d; |
| 71 | uint16_t rep[ESEP_CLASSES]; | 71 | uint16_t rep[ESEP_CLASSES]; |
