diff options
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 f1e3d4c..52e2b8b 100644 --- a/src/solvers/h48/gendata_eoesep.h +++ b/src/solvers/h48/gendata_eoesep.h | |||
| @@ -79,7 +79,7 @@ gendata_eoesep(unsigned char *buf, uint8_t maxdepth) | |||
| 79 | if (buf == NULL) | 79 | if (buf == NULL) |
| 80 | goto gendata_eoesep_return_size; | 80 | goto gendata_eoesep_return_size; |
| 81 | 81 | ||
| 82 | LOG("Computing eoesep data\n"); | 82 | LOG("[H48 gendata] Computing eoesep data\n"); |
| 83 | memset(buf, 0xFF, EOESEP_FULLSIZE); | 83 | memset(buf, 0xFF, EOESEP_FULLSIZE); |
| 84 | esep_classes = (uint32_t *)(buf + INFOSIZE); | 84 | esep_classes = (uint32_t *)(buf + INFOSIZE); |
| 85 | buf8 = buf + INFOSIZE + 4*ESEP_MAX; | 85 | buf8 = buf + INFOSIZE + 4*ESEP_MAX; |
| @@ -111,7 +111,7 @@ gendata_eoesep(unsigned char *buf, uint8_t maxdepth) | |||
| 111 | 111 | ||
| 112 | writetableinfo(&info, EOESEP_FULLSIZE, buf); | 112 | writetableinfo(&info, EOESEP_FULLSIZE, buf); |
| 113 | 113 | ||
| 114 | LOG("eoesep data computed\n"); | 114 | LOG("[H48 gendata] eoesep data computed\n"); |
| 115 | 115 | ||
| 116 | gendata_eoesep_return_size: | 116 | gendata_eoesep_return_size: |
| 117 | return EOESEP_FULLSIZE; | 117 | return EOESEP_FULLSIZE; |
