WIP
This commit is contained in:
parent
b0d9675793
commit
eb08880309
@ -531,8 +531,8 @@ function findScalar(arr) {
|
||||
pos = 13;
|
||||
neg = 13;
|
||||
} else {
|
||||
pos = 7;
|
||||
neg = 6;
|
||||
pos = -7;
|
||||
neg = -6;
|
||||
}
|
||||
|
||||
return arr.map(([mult, v]) => {
|
||||
@ -556,7 +556,7 @@ function findScalar(arr) {
|
||||
|
||||
// console.log(findScalar(mults));
|
||||
|
||||
const sheets = [[mapsheet2, mapsheet3]];
|
||||
const sheets = [[mapsheet2], [mapsheet3]];
|
||||
// const sheets = [[mapsheet2], [mapsheet1], [mapsheet3]];
|
||||
|
||||
findScalar(findMult(sheets)).forEach(([vscalar, row]) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user