summaryrefslogtreecommitdiff
path: root/src/main/webapp/history/data_structures/CCS.js
diff options
context:
space:
mode:
authorkamakshidasan2016-12-22 15:36:18 +0530
committerkamakshidasan2016-12-22 15:36:18 +0530
commitb2cd0d0cad32683971baf53efa2e50ff8d26f66b (patch)
treee359be4308ae9b361eae39bf277adcfbef807cef /src/main/webapp/history/data_structures/CCS.js
parent25afcccb46a603cc9d2485e25216acfffa2e3e02 (diff)
downloadxcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.tar.gz
xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.tar.bz2
xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.zip
Maven has been removed
Diffstat (limited to 'src/main/webapp/history/data_structures/CCS.js')
-rw-r--r--src/main/webapp/history/data_structures/CCS.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/main/webapp/history/data_structures/CCS.js b/src/main/webapp/history/data_structures/CCS.js
deleted file mode 100644
index e405427..0000000
--- a/src/main/webapp/history/data_structures/CCS.js
+++ /dev/null
@@ -1,30 +0,0 @@
-function CCS () {
-
-
- var ModelName = "CCS";
-
- var PrametersValue = [];
-
- var ParametersName = [];
-
- var model = scicos_model();
-
- var Typein = [];
-
- var Typeout = [];
-
- var MI = [];
-
- var MO = [];
-
- var P = [[2,50,1,0],[,70,98,2,0],[70,2,-2,0]];
-
- var PortName = ["Iin";"p";"n"];
-
- var for i = 1:size(P,"r");
-
- var if P(i,3) = =1, then;
- Typein = new ScilabDouble([Typein;,"E"]);
- MI = new ScilabDouble([MI],[PortName(i)]);
- return new BasicBlock(this.x)
-}