aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/coordinate.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-05 10:04:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-05 10:04:34 +0200
commitb17411249b17133f35833c202e6c2e4bf43b3298 (patch)
tree3417a006ee5207b4ff9a2bfcc4bc971853d24577 /src/solvers/h48/coordinate.h
parentfd5ddb3db9f50411ca579d84f225f265ca35b56a (diff)
downloadnissy-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.h2
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;

Generated with cgit - Back to sebastiano.tronto.net