diff options
author | ASP1234 | 2016-06-23 10:44:59 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-23 10:44:59 +0000 |
commit | 83dd01cf5241b06446572ebd5acb01cfdd87fe39 (patch) | |
tree | 5edc3fc22dce607bfedae60c637ac45bcdb9102b | |
parent | d28475aa029200e6958c745cfb229a5d5f424270 (diff) | |
download | xcos-on-web-83dd01cf5241b06446572ebd5acb01cfdd87fe39.tar.gz xcos-on-web-83dd01cf5241b06446572ebd5acb01cfdd87fe39.tar.bz2 xcos-on-web-83dd01cf5241b06446572ebd5acb01cfdd87fe39.zip |
Minor Fix
-rw-r--r-- | data_structures_correct/BPLATFORM.js | 6 |
1 files changed, 0 insertions, 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(); |