diff options
Diffstat (limited to 'js/Threshold/NEGTOPOS_f.js')
-rw-r--r-- | js/Threshold/NEGTOPOS_f.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/js/Threshold/NEGTOPOS_f.js b/js/Threshold/NEGTOPOS_f.js index 5dfff00c..a5a2db6e 100644 --- a/js/Threshold/NEGTOPOS_f.js +++ b/js/Threshold/NEGTOPOS_f.js @@ -1,11 +1,5 @@ /* autogenerated from "macros/Threshold/NEGTOPOS_f.sci" */ function NEGTOPOS_f() { -NEGTOPOS_f.prototype.get = function NEGTOPOS_f() { -} -NEGTOPOS_f.prototype.set = function NEGTOPOS_f() { -x=arg1; -x.model.firing=-1; -} NEGTOPOS_f.prototype.define = function NEGTOPOS_f() { model=scicos_model(); model.sim=list("zcross",1); @@ -21,4 +15,10 @@ x=standard_define([2,2],model,[],gr_i); } NEGTOPOS_f.prototype.details = function NEGTOPOS_f() { } +NEGTOPOS_f.prototype.get = function NEGTOPOS_f() { +} +NEGTOPOS_f.prototype.set = function NEGTOPOS_f() { +x=arg1; +x.model.firing=-1; +} } |