diff options
Diffstat (limited to 'js/Misc/BPLATFORM.js')
-rw-r--r-- | js/Misc/BPLATFORM.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/BPLATFORM.js b/js/Misc/BPLATFORM.js index 803b269b..eddd8902 100644 --- a/js/Misc/BPLATFORM.js +++ b/js/Misc/BPLATFORM.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/BPLATFORM.sci" */ function BPLATFORM() { -BPLATFORM.prototype.define = function BPLATFORM() { + BPLATFORM.prototype.define = function BPLATFORM() { plen=2; csiz=2; phi=0; @@ -19,12 +19,12 @@ model.dep_ut=[false,false]; exprs=string(model.rpar); gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -BPLATFORM.prototype.details = function BPLATFORM() { -} -BPLATFORM.prototype.get = function BPLATFORM() { -} -BPLATFORM.prototype.set = function BPLATFORM() { + } + BPLATFORM.prototype.details = function BPLATFORM() { + } + BPLATFORM.prototype.get = function BPLATFORM() { + } + BPLATFORM.prototype.set = function BPLATFORM() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -59,5 +59,5 @@ x.model=model; break; } } -} + } } |