diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-10 23:51:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-10 23:51:20 +0200 |
| commit | 0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (patch) | |
| tree | 85cbf344b3ba69c0ac2fcc47fda098909799e8c4 /utils | |
| parent | 2edc8c01fba711f4410279b59c784a43cf2dde41 (diff) | |
| download | nissy-core-0032089b5c7dedf057c60fcee17cbdd2b0f8bb87.tar.gz nissy-core-0032089b5c7dedf057c60fcee17cbdd2b0f8bb87.zip | |
Added more complete test for SRC_write; renamed tests for clarity
Diffstat (limited to '')
| -rw-r--r-- | utils/FORMAT.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/FORMAT.txt b/utils/FORMAT.txt index 091104c..5bfb01e 100644 --- a/utils/FORMAT.txt +++ b/utils/FORMAT.txt | |||
| @@ -25,7 +25,7 @@ The cube after the moves R'U'F looks like this: | |||
| 25 | FL1 BR0 DB0 UR1 UF0 UB0 DL0 FR0 UL1 DF1 BL0 DR0 | 25 | FL1 BR0 DB0 UR1 UF0 UB0 DL0 FR0 UL1 DF1 BL0 DR0 |
| 26 | UBL1 DBR1 UFR2 DFR2 DFL2 UBL2 UFL2 DBL0 | 26 | UBL1 DBR1 UFR2 DFR2 DFL2 UBL2 UFL2 DBL0 |
| 27 | 27 | ||
| 28 | # SRC - representation of the object in C code (write) | 28 | # SRC - representation of the object in C code for cube_array (write) |
| 29 | 29 | ||
| 30 | The exact format depends on the internal cube representation. It is | 30 | The exact format depends on the internal cube representation. It is |
| 31 | guaranteed that, if OUT is the output in this format, the line | 31 | guaranteed that, if OUT is the output in this format, the line |
