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/fst.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fst.c') 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