aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-10 17:07:42 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-10 19:55:55 +0100
commit067ba55add258ab03db328234168af66c4ad87c3 (patch)
treef4861907117c420eed3f9c9aa967bf9f2c6a1f7e /cube.c
parentaf1399f223e3857a3d2690337e84430cdbeff16a (diff)
downloadnissy-core-067ba55add258ab03db328234168af66c4ad87c3.tar.gz
nissy-core-067ba55add258ab03db328234168af66c4ad87c3.zip
Towards a definitve API
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cube.c b/cube.c
index 0088dc1..4806b95 100644
--- a/cube.c
+++ b/cube.c
@@ -3619,12 +3619,6 @@ applytrans(cube_t cube, char *buf)
3619 return fasttocube(fast); 3619 return fasttocube(fast);
3620} 3620}
3621 3621
3622int64_t
3623coord_eo(cube_t cube)
3624{
3625 return coord_fast_eo(cubetofast(cube));
3626}
3627
3628/****************************************************************************** 3622/******************************************************************************
3629Section: solvers 3623Section: solvers
3630 3624

Generated with cgit - Back to sebastiano.tronto.net