nissy-fmc

A Rubik's cube FMC assistant
git clone https://git.tronto.net/nissy-fmc
Download | Log | Files | Refs | README | LICENSE

commit 68c3100d82d0c030af294cc674c4789440d0a13c
parent bc869984c3cd5feef718392f4127fe1d7f0dae8c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun,  7 May 2023 19:21:08 +0200

Small verbose improvement

Diffstat:
Mbuild/build.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/build/build.c b/build/build.c @@ -46,6 +46,7 @@ gen_coord_comp(Coordinate *coord) coord->mtable[m][ui] = indexers_getind(coord->i, &mvd); } } + fprintf(stderr, "\t(%" PRIu64 " done)\n", coord->max); fprintf(stderr, "%s: generating ttable\n", coord->name); alloc_ttable(coord); @@ -59,6 +60,7 @@ gen_coord_comp(Coordinate *coord) coord->ttable[t][ui] = indexers_getind(coord->i, &mvd); } } + fprintf(stderr, "\t(%" PRIu64 " done)\n", coord->max); } static void @@ -120,6 +122,7 @@ gen_coord_sym(Coordinate *coord) coord->ttrep_move[m][ui] = coord->transtorep[uj]; } } + fprintf(stderr, "\t(%" PRIu64 " done)\n", coord->max); } void