From 1ac26de8dcb76323a5f96eab200a027236cb55d0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 28 Oct 2022 08:01:01 +0200 Subject: Quick push warning message --- src/cubetypes.h | 1 + src/fst.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/cubetypes.h b/src/cubetypes.h index d4fa241..565dddb 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h @@ -103,6 +103,7 @@ typedef struct threaddatagenpt ThreadDataGenpt; typedef struct transgroup TransGroup; typedef bool (*Checker) (Cube *); +typedef bool (*CubeTester) (Cube *, Alg *); typedef bool (*DfsMover) (DfsArg *); typedef void (*DfsExtraCopier) (void *, void *); typedef bool (*Validator) (Alg *); diff --git a/src/fst.c b/src/fst.c index 2aa6219..aa9e41e 100644 --- a/src/fst.c +++ b/src/fst.c @@ -43,6 +43,7 @@ cube_to_fst(Cube *cube) ret.fr_eofb = coord_eofb.i[0]->index(&c); ret.fr_eposepe = coord_eposepe.i[0]->index(&c); ret.fr_coud = coord_coud.i[0]->index(&c); + copy_cube(cube, &c); apply_trans(rd, &c); ret.rd_eofb = coord_eofb.i[0]->index(&c); ret.rd_eposepe = coord_eposepe.i[0]->index(&c); -- cgit v1.3