diff options
Diffstat (limited to 'data_structures_correct/BPLATFORM.js')
-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(); |