aboutsummaryrefslogtreecommitdiff
path: root/src/fst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fst.c')
-rw-r--r--src/fst.c1
1 files changed, 1 insertions, 0 deletions
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