From b17411249b17133f35833c202e6c2e4bf43b3298 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 5 Sep 2024 10:04:34 +0200 Subject: More renaming --- src/solvers/h48/coordinate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/solvers/h48/coordinate.h') 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) cube_t ret; int64_t hh, coclass, ee, esep, eo; - DBG_ASSERT(h <= 11, zero, + DBG_ASSERT(h <= 11, ZERO_CUBE, "invcoord_h48: h must be between 0 and 11\n"); hh = (int64_t)h; -- cgit v1.3