aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-10-28 08:01:01 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-10-28 08:01:01 +0200
commit1ac26de8dcb76323a5f96eab200a027236cb55d0 (patch)
treeccc1e9e6b13868b9cb485c1386fe00a4110ee829 /src
parent4da48094d65b4269be7a4d7d2dc9c7d72f2e6869 (diff)
downloadnissy-1ac26de8dcb76323a5f96eab200a027236cb55d0.tar.gz
nissy-1ac26de8dcb76323a5f96eab200a027236cb55d0.zip
Quick push warning message
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h1
-rw-r--r--src/fst.c1
2 files changed, 2 insertions, 0 deletions
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;
103typedef struct transgroup TransGroup; 103typedef struct transgroup TransGroup;
104 104
105typedef bool (*Checker) (Cube *); 105typedef bool (*Checker) (Cube *);
106typedef bool (*CubeTester) (Cube *, Alg *);
106typedef bool (*DfsMover) (DfsArg *); 107typedef bool (*DfsMover) (DfsArg *);
107typedef void (*DfsExtraCopier) (void *, void *); 108typedef void (*DfsExtraCopier) (void *, void *);
108typedef bool (*Validator) (Alg *); 109typedef 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)
43 ret.fr_eofb = coord_eofb.i[0]->index(&c); 43 ret.fr_eofb = coord_eofb.i[0]->index(&c);
44 ret.fr_eposepe = coord_eposepe.i[0]->index(&c); 44 ret.fr_eposepe = coord_eposepe.i[0]->index(&c);
45 ret.fr_coud = coord_coud.i[0]->index(&c); 45 ret.fr_coud = coord_coud.i[0]->index(&c);
46 copy_cube(cube, &c);
46 apply_trans(rd, &c); 47 apply_trans(rd, &c);
47 ret.rd_eofb = coord_eofb.i[0]->index(&c); 48 ret.rd_eofb = coord_eofb.i[0]->index(&c);
48 ret.rd_eposepe = coord_eposepe.i[0]->index(&c); 49 ret.rd_eposepe = coord_eposepe.i[0]->index(&c);

Generated with cgit - Back to sebastiano.tronto.net