diff options
Diffstat (limited to 'js/Sources/RAND_m.js')
-rw-r--r-- | js/Sources/RAND_m.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js index 1573b9f3..7d9ad0e9 100644 --- a/js/Sources/RAND_m.js +++ b/js/Sources/RAND_m.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/RAND_m.sci" */ function RAND_m() { -RAND_m.prototype.define = function RAND_m() { + RAND_m.prototype.define = function RAND_m() { a=0; b=1; dt=0; @@ -27,12 +27,12 @@ model.dep_ut=[false,false]; exprs=[[sci2exp(1)],[string(flag)],[sci2exp([a])],[sci2exp([b])],[sci2exp([model.dstate(1),int(rand()*(10^7-1))])]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -RAND_m.prototype.details = function RAND_m() { -} -RAND_m.prototype.get = function RAND_m() { -} -RAND_m.prototype.set = function RAND_m() { + } + RAND_m.prototype.details = function RAND_m() { + } + RAND_m.prototype.get = function RAND_m() { + } + RAND_m.prototype.set = function RAND_m() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -76,5 +76,5 @@ break; } } } -} + } } |