From 6bfb3a60e8348d054c89a1ec18626a955ce9f332 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Wed, 4 Mar 2015 16:27:44 -0500 Subject: [PATCH] comments --- js/fea/DmaCell.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/fea/DmaCell.js b/js/fea/DmaCell.js index dffeedec..dc12726d 100644 --- a/js/fea/DmaCell.js +++ b/js/fea/DmaCell.js @@ -69,6 +69,7 @@ DMACell.prototype.getScale = function(){//need for part relay return dmaGlobals.lattice.get("scale"); }; +//todo maybe this should be stored instead of recalc? DMACell.prototype.getPosition = function(){//need for part relay if (this.isInverse) return dmaGlobals.lattice.getInvCellPositionForIndex(this.indices); return dmaGlobals.lattice.getPositionForIndex(this.indices); -- GitLab