From 83dd01cf5241b06446572ebd5acb01cfdd87fe39 Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Thu, 23 Jun 2016 10:44:59 +0000 Subject: Minor Fix --- data_structures_correct/BPLATFORM.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data_structures_correct/BPLATFORM.js b/data_structures_correct/BPLATFORM.js index 25ea39b..2470bc1 100644 --- a/data_structures_correct/BPLATFORM.js +++ b/data_structures_correct/BPLATFORM.js @@ -3,17 +3,11 @@ function BPLATFORM() { BPLATFORM.prototype.define = function BPLATFORM() { this.plen = 2; - this.csiz = 2; - this.phi = 0; - this.xmin = -5; - this.xmax = 5; - this.ymin = 0; - this.ymax = 15; var model = scicos_model(); -- cgit