Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/radial.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/radial.js b/src/radial.js
index 92e2ae9..aea4d4a 100644
--- a/src/radial.js
+++ b/src/radial.js
@@ -634,14 +634,14 @@ function findScalar(arr) {
let sheets = [];
// sheets = [[mapsheet1]];
-// sheets = [[mapsheet3]];
+sheets = [[mapsheet3]];
// sheets = [[mapsheet2], [mapsheet3]];
// sheets = [[mapsheet2], [mapsheet1], [mapsheet3]];
-sheets = [
- [mapsheet2, mapsheet1],
- [mapsheet3, mapsheet4]
-];
+// sheets = [
+// [mapsheet2, mapsheet1],
+// [mapsheet3, mapsheet4]
+// ];
findScalar(findMult(sheets)).forEach(([vscalar, row]) => {
const vertMapVect = function(coords) {