From 9145536fc45e7315c16cfa1d510fb4d493f01ed8 Mon Sep 17 00:00:00 2001
From: amandaghassaei <amandaghassaei@gmail.com>
Date: Sun, 22 Mar 2015 18:30:47 -0400
Subject: [PATCH] typo

---
 js/fea/DmaCellOther.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/fea/DmaCellOther.js b/js/fea/DmaCellOther.js
index 1fd71a6b..9f31426f 100644
--- a/js/fea/DmaCellOther.js
+++ b/js/fea/DmaCellOther.js
@@ -255,7 +255,7 @@ var cellMaterial = [new THREE.MeshNormalMaterial()];
     unitCellGeo.computeFaceNormals();
 
     function DMATruncOctaCell(indices, scale, cellMode, partType){
-        DMATruncCubeCell.call(this, iindices, scale, cellMode, partType);
+        DMATruncCubeCell.call(this, indices, scale, cellMode, partType);
     }
     DMATruncOctaCell.prototype = Object.create(DMATruncCubeCell.prototype);
 
-- 
GitLab