diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-10 17:07:42 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-10 19:55:55 +0100 |
| commit | 067ba55add258ab03db328234168af66c4ad87c3 (patch) | |
| tree | f4861907117c420eed3f9c9aa967bf9f2c6a1f7e /cube.c | |
| parent | af1399f223e3857a3d2690337e84430cdbeff16a (diff) | |
| download | nissy-core-067ba55add258ab03db328234168af66c4ad87c3.tar.gz nissy-core-067ba55add258ab03db328234168af66c4ad87c3.zip | |
Towards a definitve API
Diffstat (limited to 'cube.c')
| -rw-r--r-- | cube.c | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -3619,12 +3619,6 @@ applytrans(cube_t cube, char *buf) | |||
| 3619 | return fasttocube(fast); | 3619 | return fasttocube(fast); |
| 3620 | } | 3620 | } |
| 3621 | 3621 | ||
| 3622 | int64_t | ||
| 3623 | coord_eo(cube_t cube) | ||
| 3624 | { | ||
| 3625 | return coord_fast_eo(cubetofast(cube)); | ||
| 3626 | } | ||
| 3627 | |||
| 3628 | /****************************************************************************** | 3622 | /****************************************************************************** |
| 3629 | Section: solvers | 3623 | Section: solvers |
| 3630 | 3624 | ||
