diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-26 19:22:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-26 19:22:50 +0100 |
| commit | 83338a2f753ebbb7ba7b154cc60b2f427b6121b0 (patch) | |
| tree | 149efb6a0b835fd6b3d89f7fd7808f8eed8e0288 /src/core/cube.h | |
| parent | 56048d13b73ec6e6a9c59d62e82f41e69a3994bd (diff) | |
| download | nissy-core-83338a2f753ebbb7ba7b154cc60b2f427b6121b0.tar.gz nissy-core-83338a2f753ebbb7ba7b154cc60b2f427b6121b0.zip | |
Added inverse coordinate for CO
this is necessary for DR coordinate
Diffstat (limited to 'src/core/cube.h')
| -rw-r--r-- | src/core/cube.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cube.h b/src/core/cube.h index 7a68fb2..3dd3ccb 100644 --- a/src/core/cube.h +++ b/src/core/cube.h | |||
| @@ -61,7 +61,7 @@ isconsistent(cube_t cube) | |||
| 61 | } | 61 | } |
| 62 | for (i = 0; i < 8; i++) | 62 | for (i = 0; i < 8; i++) |
| 63 | if (!found[i]) | 63 | if (!found[i]) |
| 64 | goto inconsistent_co; | 64 | goto inconsistent_cp; |
| 65 | 65 | ||
| 66 | return true; | 66 | return true; |
| 67 | 67 | ||
