diff options
Diffstat (limited to 'js/Electrical/PotentialSensor.js')
-rw-r--r-- | js/Electrical/PotentialSensor.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Electrical/PotentialSensor.js b/js/Electrical/PotentialSensor.js index b0cbe948..076df0e4 100644 --- a/js/Electrical/PotentialSensor.js +++ b/js/Electrical/PotentialSensor.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Electrical/PotentialSensor.sci" */ function PotentialSensor() { -PotentialSensor.prototype.define = function PotentialSensor() { + PotentialSensor.prototype.define = function PotentialSensor() { model=scicos_model(); model.in1=[1]; model.out=[1]; @@ -17,12 +17,12 @@ gr_i=[]; x=standard_define([2,2],model,"",list(gr_i,0)); x.graphics.in_implicit=["I"]; x.graphics.out_implicit=["E"]; -} -PotentialSensor.prototype.details = function PotentialSensor() { -} -PotentialSensor.prototype.get = function PotentialSensor() { -} -PotentialSensor.prototype.set = function PotentialSensor() { + } + PotentialSensor.prototype.details = function PotentialSensor() { + } + PotentialSensor.prototype.get = function PotentialSensor() { + } + PotentialSensor.prototype.set = function PotentialSensor() { x=arg1; -} + } } |