chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593edba
)
script lower: Fix ordering of partP and partQ
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 10 Jul 2021 17:12:29 +0000
(18:12 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 10 Jul 2021 18:32:58 +0000
(19:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index e3ed01d9c12f3269edb98ef84bd631bf02fe9d6f..a26f50f693ebf319cb6893d86dd2d0e57880f5c8 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-735,7
+735,7
@@
function lower_pieces(targets_todo: LowerTodoList):
if (nomove_heavy.length == 0) {
plan.push({
- content: part
Q.concat(partP
),
+ content: part
P.concat(partQ
),
z_top: q_z_top,
z_bot : null,
});