aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/gendata_cocsep.h
diff options
context:
space:
mode:
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