diff options
author | Sunil Shetye | 2018-06-25 12:08:56 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-25 12:45:27 +0530 |
commit | 7c70459c10aed0d74ee03896abaf47fefdbf7c8f (patch) | |
tree | 6f6acc6a5087295c6e59f0f94bfda5025049d5fa /js/Sources/TIME_f.js | |
parent | 870479a2e4b932426a904b2ebae7e4ee72037326 (diff) | |
download | sci2js-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.js | 16 |
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; } } |