diff options
author | Sunil Shetye | 2018-06-18 17:08:56 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-18 17:08:56 +0530 |
commit | 0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a (patch) | |
tree | 6ae63f7633d80f9a70be43ebe789eb0c3a3ec364 /js/Electrical/CVS.js | |
parent | 8e6e9558ba4963ea71b7a6efc11e0b44e7c9040a (diff) | |
download | sci2js-0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a.tar.gz sci2js-0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a.tar.bz2 sci2js-0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a.zip |
change order of functions
Diffstat (limited to 'js/Electrical/CVS.js')
-rw-r--r-- | js/Electrical/CVS.js | 18 |
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; +} } |