summaryrefslogtreecommitdiff
path: root/js/Electrical/Diode.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/Diode.js')
-rw-r--r--js/Electrical/Diode.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Electrical/Diode.js b/js/Electrical/Diode.js
index 8e7f6ea4..4a0c2d68 100644
--- a/js/Electrical/Diode.js
+++ b/js/Electrical/Diode.js
@@ -1,6 +1,6 @@
/* autogenerated from "macros/Electrical/Diode.sci" */
function Diode() {
-Diode.prototype.define = function Diode() {
+ Diode.prototype.define = function Diode() {
Ids=1.e-6;
Vt=0.04;
Maxexp=15;
@@ -23,12 +23,12 @@ gr_i=[];
x=standard_define([2,1],model,exprs,list(gr_i,0));
x.graphics.in_implicit=["I"];
x.graphics.out_implicit=["I"];
-}
-Diode.prototype.details = function Diode() {
-}
-Diode.prototype.get = function Diode() {
-}
-Diode.prototype.set = function Diode() {
+ }
+ Diode.prototype.details = function Diode() {
+ }
+ Diode.prototype.get = function Diode() {
+ }
+ Diode.prototype.set = function Diode() {
x=arg1;
graphics=arg1.graphics;
exprs=graphics.exprs;
@@ -45,5 +45,5 @@ x.graphics=graphics;
x.model=model;
break;
}
-}
+ }
}