summaryrefslogtreecommitdiff
path: root/js/Electrical/VVsourceAC.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/VVsourceAC.js')
-rw-r--r--js/Electrical/VVsourceAC.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/VVsourceAC.js b/js/Electrical/VVsourceAC.js
index 975f0d27..78e04caa 100644
--- a/js/Electrical/VVsourceAC.js
+++ b/js/Electrical/VVsourceAC.js
@@ -2,7 +2,7 @@
function VVsourceAC() {
VVsourceAC.prototype.define = function VVsourceAC() {
model=scicos_model();
-model.in1=[1,1];
+model.in1=[[1],[1]];
model.out=[1];
VA=220;
FR=50;