summaryrefslogtreecommitdiff
path: root/js/Sources/RAND_m.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-21 11:00:03 +0530
committerSunil Shetye2018-06-21 11:59:38 +0530
commit3f563b9e29d42266d6680229da5c29f847804834 (patch)
tree6c6a425d4e1c82db68fa7ecc0d5a71b3647f8990 /js/Sources/RAND_m.js
parent7b0bf23e7d94df8f3406f5f64926b1131041ba35 (diff)
downloadsci2js-3f563b9e29d42266d6680229da5c29f847804834.tar.gz
sci2js-3f563b9e29d42266d6680229da5c29f847804834.tar.bz2
sci2js-3f563b9e29d42266d6680229da5c29f847804834.zip
code cleanup
Diffstat (limited to 'js/Sources/RAND_m.js')
-rw-r--r--js/Sources/RAND_m.js16
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;
}
}
}
-}
+ }
}