diff options
Diffstat (limited to 'js/Electrical/SineVoltage.js')
-rw-r--r-- | js/Electrical/SineVoltage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/SineVoltage.js b/js/Electrical/SineVoltage.js index a2584b97..b98414de 100644 --- a/js/Electrical/SineVoltage.js +++ b/js/Electrical/SineVoltage.js @@ -22,7 +22,7 @@ break } SineVoltage.prototype.define = function SineVoltage() { model=scicos_model(); -model.in=[1]; +model.in1=[1]; model.out=[1]; V=1; ph=0; |