diff options
Diffstat (limited to 'js/Hydraulics/VanneReglante.js')
-rw-r--r-- | js/Hydraulics/VanneReglante.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Hydraulics/VanneReglante.js b/js/Hydraulics/VanneReglante.js index 3b6fc5cc..40bf5a47 100644 --- a/js/Hydraulics/VanneReglante.js +++ b/js/Hydraulics/VanneReglante.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Hydraulics/VanneReglante.sci" */ function VanneReglante() { -VanneReglante.prototype.define = function VanneReglante() { + VanneReglante.prototype.define = function VanneReglante() { model=scicos_model(); model.in1=[[1],[1]]; model.out=[1]; @@ -23,12 +23,12 @@ gr_i=[]; x=standard_define([2,2],model,exprs,list(gr_i,0)); x.graphics.in_implicit=[["I"],["E"]]; x.graphics.out_implicit=["I"]; -} -VanneReglante.prototype.details = function VanneReglante() { -} -VanneReglante.prototype.get = function VanneReglante() { -} -VanneReglante.prototype.set = function VanneReglante() { + } + VanneReglante.prototype.details = function VanneReglante() { + } + VanneReglante.prototype.get = function VanneReglante() { + } + VanneReglante.prototype.set = function VanneReglante() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -45,5 +45,5 @@ x.graphics=graphics; x.model=model; break; } -} + } } |