summaryrefslogtreecommitdiff
path: root/js/Electrical/CVS.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/CVS.js')
-rw-r--r--js/Electrical/CVS.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/js/Electrical/CVS.js b/js/Electrical/CVS.js
index 39ebf54d..5b862fbb 100644
--- a/js/Electrical/CVS.js
+++ b/js/Electrical/CVS.js
@@ -1,14 +1,5 @@
/* autogenerated from "macros/Electrical/CVS.sci" */
function CVS() {
-CVS.prototype.get = function CVS() {
-}
-CVS.prototype.set = function CVS() {
-x=arg1;
-graphics=arg1.graphics;
-exprs=graphics.exprs;
-model=arg1.model;
-x=arg1;
-}
CVS.prototype.define = function CVS() {
ModelName="CVS";
PrametersValue=[];
@@ -59,4 +50,13 @@ x.graphics.out_implicit=Typeout;
}
CVS.prototype.details = function CVS() {
}
+CVS.prototype.get = function CVS() {
+}
+CVS.prototype.set = function CVS() {
+x=arg1;
+graphics=arg1.graphics;
+exprs=graphics.exprs;
+model=arg1.model;
+x=arg1;
+}
}