aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/gendata_cocsep.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-28 13:52:00 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-28 13:52:00 +0200
commit7f24b27652ee6fa84e38f181cea57f319af0c204 (patch)
tree269b15baf20c2ae4ed3bb1fdb052340311aa1981 /src/solvers/h48/gendata_cocsep.h
parent9b248f3b46d5dc0e9522ed264ef71e422a5bc5a5 (diff)
downloadnissy-core-7f24b27652ee6fa84e38f181cea57f319af0c204.tar.gz
nissy-core-7f24b27652ee6fa84e38f181cea57f319af0c204.zip
Make failed assert exit immediately
Diffstat (limited to 'src/solvers/h48/gendata_cocsep.h')
-rw-r--r--src/solvers/h48/gendata_cocsep.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/solvers/h48/gendata_cocsep.h b/src/solvers/h48/gendata_cocsep.h
index 3117a8e..7a589b5 100644
--- a/src/solvers/h48/gendata_cocsep.h
+++ b/src/solvers/h48/gendata_cocsep.h
@@ -61,9 +61,8 @@ gendata_cocsep(
61 61
62 writetableinfo(&info, COCSEP_FULLSIZE, buf); 62 writetableinfo(&info, COCSEP_FULLSIZE, buf);
63 63
64 DBG_ASSERT(n == COCSEP_CLASSES, 0, 64 DBG_ASSERT(n == COCSEP_CLASSES, "cocsep: computed %" PRIu16
65 "cocsep: computed %" PRIu16 " symmetry classes, " 65 " symmetry classes, expected %zu\n", n, COCSEP_CLASSES);
66 "expected %zu\n", n, COCSEP_CLASSES);
67 66
68 LOG("[H48 gendata] cocsep data computed\n"); 67 LOG("[H48 gendata] cocsep data computed\n");
69 68

Generated with cgit - Back to sebastiano.tronto.net