summaryrefslogtreecommitdiff
path: root/js/Sources/TIME_f.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-25 12:08:56 +0530
committerSunil Shetye2018-06-25 12:45:27 +0530
commit7c70459c10aed0d74ee03896abaf47fefdbf7c8f (patch)
tree6f6acc6a5087295c6e59f0f94bfda5025049d5fa /js/Sources/TIME_f.js
parent870479a2e4b932426a904b2ebae7e4ee72037326 (diff)
downloadsci2js-7c70459c10aed0d74ee03896abaf47fefdbf7c8f.tar.gz
sci2js-7c70459c10aed0d74ee03896abaf47fefdbf7c8f.tar.bz2
sci2js-7c70459c10aed0d74ee03896abaf47fefdbf7c8f.zip
separate out code for getvalue
Diffstat (limited to 'js/Sources/TIME_f.js')
-rw-r--r--js/Sources/TIME_f.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js
index e9dba55c..5c25b655 100644
--- a/js/Sources/TIME_f.js
+++ b/js/Sources/TIME_f.js
@@ -1,19 +1,19 @@
/* autogenerated from "macros/Sources/TIME_f.sci" */
function TIME_f() {
TIME_f.prototype.define = function TIME_f() {
-model=scicos_model();
-model.sim="timblk";
-model.out=1;
-model.blocktype="c";
-model.dep_ut=[false,true];
-gr_i=[];
-x=standard_define([2,2],model,[],gr_i);
+ model = scicos_model();
+ model.sim = "timblk";
+ model.out = 1;
+ model.blocktype = "c";
+ model.dep_ut = [false,true];
+ gr_i = [];
+ x = standard_define([2,2],model,[],gr_i);
}
TIME_f.prototype.details = function TIME_f() {
}
TIME_f.prototype.get = function TIME_f() {
}
TIME_f.prototype.set = function TIME_f() {
-x=arg1;
+ x = arg1;
}
}