From b2cd0d0cad32683971baf53efa2e50ff8d26f66b Mon Sep 17 00:00:00 2001 From: kamakshidasan Date: Thu, 22 Dec 2016 15:36:18 +0530 Subject: Maven has been removed --- src/main/webapp/history/data_structures/CCS.js | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 src/main/webapp/history/data_structures/CCS.js (limited to 'src/main/webapp/history/data_structures/CCS.js') 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) -} -- cgit