diff options
Diffstat (limited to 'js/Events/ANDLOG_f.js')
-rw-r--r-- | js/Events/ANDLOG_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Events/ANDLOG_f.js b/js/Events/ANDLOG_f.js index ee95c338..2077bae8 100644 --- a/js/Events/ANDLOG_f.js +++ b/js/Events/ANDLOG_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Events/ANDLOG_f.sci" */ function ANDLOG_f() { -ANDLOG_f.prototype.define = function ANDLOG_f() { + ANDLOG_f.prototype.define = function ANDLOG_f() { model=scicos_model(); model.sim="andlog"; model.out=1; @@ -10,12 +10,12 @@ model.firing=[]; model.dep_ut=[false,false]; gr_i=[]; x=standard_define([3,3],model,[],gr_i); -} -ANDLOG_f.prototype.details = function ANDLOG_f() { -} -ANDLOG_f.prototype.get = function ANDLOG_f() { -} -ANDLOG_f.prototype.set = function ANDLOG_f() { + } + ANDLOG_f.prototype.details = function ANDLOG_f() { + } + ANDLOG_f.prototype.get = function ANDLOG_f() { + } + ANDLOG_f.prototype.set = function ANDLOG_f() { x=arg1; -} + } } |