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