From a13d749f7e19eb1b1fc8d178610ba269df6cfe84 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 1 Jun 2022 14:54:18 +0200 Subject: parallelized genptable_fixnasty --- src/symcoord.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/symcoord.c') diff --git a/src/symcoord.c b/src/symcoord.c index c852ef2..20d7c28 100644 --- a/src/symcoord.c +++ b/src/symcoord.c @@ -106,6 +106,7 @@ coord_drud_sym16 = { .index = index_drud_sym16, .move = move_drud_sym16, .max = POW3TO7 * CLASSES_EOFBEPOS_16, + .base = &coord_eofbepos_sym16, .transform = transform_drud_sym16, .tfind = tfind_drud_sym16, }; @@ -115,6 +116,7 @@ coord_drudfin_noE_sym16 = { .index = index_drudfin_noE_sym16, .move = move_drudfin_noE_sym16, .max = FACTORIAL8 * CLASSES_CP_16, + .base = &coord_cp_sym16, .transform = transform_drudfin_noE_sym16, .tfind = tfind_drudfin_noE_sym16, }; @@ -124,6 +126,7 @@ coord_nxopt31 = { .index = index_nxopt31, .move = move_nxopt31, .max = POW3TO7 * BINOM8ON4 * CLASSES_EOFBEPOS_16, + .base = &coord_eofbepos_sym16, .transform = transform_nxopt31, .tfind = tfind_nxopt31, }; -- cgit v1.3