diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-12 12:05:59 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-12 12:05:59 +0100 |
| commit | 64bf37ea33e3878f30ced0f427a9a6c29f2b45be (patch) | |
| tree | c723277bb3d1e281ab5702cbc5d03be5e10e8c68 /src/pruning.c | |
| parent | 4520748e06c0b154df450c9afad51a2f1468c2f4 (diff) | |
| download | nissy-64bf37ea33e3878f30ced0f427a9a6c29f2b45be.tar.gz nissy-64bf37ea33e3878f30ced0f427a9a6c29f2b45be.zip | |
Unimportant fixed
Diffstat (limited to 'src/pruning.c')
| -rw-r--r-- | src/pruning.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) | |||
| 153 | * fields in struct cube are 32 bit ints that would take 88 times the | 153 | * fields in struct cube are 32 bit ints that would take 88 times the |
| 154 | * memory of the table to be generated, more than 120Gb for | 154 | * memory of the table to be generated, more than 120Gb for |
| 155 | * ptable_khuge for example! | 155 | * ptable_khuge for example! |
| 156 | * | ||
| 157 | * TODO: it would be nice to get rid of this... | ||
| 158 | * | ||
| 156 | */ | 159 | */ |
| 157 | ci = pd->coord->cube(ind); | 160 | ci = pd->coord->cube(ind); |
| 158 | 161 | ||
