diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-05 10:04:34 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-05 10:04:34 +0200 |
| commit | b17411249b17133f35833c202e6c2e4bf43b3298 (patch) | |
| tree | 3417a006ee5207b4ff9a2bfcc4bc971853d24577 /src/solvers/h48/coordinate.h | |
| parent | fd5ddb3db9f50411ca579d84f225f265ca35b56a (diff) | |
| download | nissy-core-b17411249b17133f35833c202e6c2e4bf43b3298.tar.gz nissy-core-b17411249b17133f35833c202e6c2e4bf43b3298.zip | |
More renaming
Diffstat (limited to 'src/solvers/h48/coordinate.h')
| -rw-r--r-- | src/solvers/h48/coordinate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/coordinate.h b/src/solvers/h48/coordinate.h index 4da5575..25e13f9 100644 --- a/src/solvers/h48/coordinate.h +++ b/src/solvers/h48/coordinate.h | |||
| @@ -51,7 +51,7 @@ invcoord_h48(int64_t i, const cube_t *crep, uint8_t h) | |||
| 51 | cube_t ret; | 51 | cube_t ret; |
| 52 | int64_t hh, coclass, ee, esep, eo; | 52 | int64_t hh, coclass, ee, esep, eo; |
| 53 | 53 | ||
| 54 | DBG_ASSERT(h <= 11, zero, | 54 | DBG_ASSERT(h <= 11, ZERO_CUBE, |
| 55 | "invcoord_h48: h must be between 0 and 11\n"); | 55 | "invcoord_h48: h must be between 0 and 11\n"); |
| 56 | 56 | ||
| 57 | hh = (int64_t)h; | 57 | hh = (int64_t)h; |
