diff options
Diffstat (limited to 'js/Branching/EXTRACTOR.js')
-rw-r--r-- | js/Branching/EXTRACTOR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/EXTRACTOR.js b/js/Branching/EXTRACTOR.js index da00552f..30dfdac8 100644 --- a/js/Branching/EXTRACTOR.js +++ b/js/Branching/EXTRACTOR.js @@ -28,7 +28,7 @@ EXTRACTOR.prototype.define = function EXTRACTOR() { ind=1; model=scicos_model(); model.sim=list("extractor",4); -model.in=-1; +model.in1=-1; model.out=1; model.blocktype="c"; model.dep_ut=[true,None]; |