From 64bf37ea33e3878f30ced0f427a9a6c29f2b45be Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 12 Nov 2021 12:05:59 +0100 Subject: Unimportant fixed --- src/pruning.c | 3 +++ src/steps.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/pruning.c b/src/pruning.c index bc9dd59..b7fedd4 100644 --- a/src/pruning.c +++ b/src/pruning.c @@ -153,6 +153,9 @@ genptable_branch(PruneData *pd, uint64_t ind, int d, Move *ms) * fields in struct cube are 32 bit ints that would take 88 times the * memory of the table to be generated, more than 120Gb for * ptable_khuge for example! + * + * TODO: it would be nice to get rid of this... + * */ ci = pd->coord->cube(ind); diff --git a/src/steps.c b/src/steps.c index 56f7369..f6b7403 100644 --- a/src/steps.c +++ b/src/steps.c @@ -376,7 +376,7 @@ dr_eorl = { Step dr_eoud = { .shortname = "dr-eoud", - .name = "DR on R/L or F/B without breaking EO on U/R", + .name = "DR on R/L or F/B without breaking EO on U/D", .estimate = estimate_dr_eofb, .ready = check_eofb, -- cgit v1.3