summaryrefslogtreecommitdiff
path: root/macros/findDeps
diff options
context:
space:
mode:
authorjofret2009-05-05 13:50:13 +0000
committerjofret2009-05-05 13:50:13 +0000
commitb11350b841069ef8db155516a310eb7523c5e183 (patch)
treeef82765bf4f3fdc1e70ab386cb414e98cc639d5b /macros/findDeps
parentb94b500bffe93d1c6779766a169eb94bf6d740e6 (diff)
downloadscilab2c-b11350b841069ef8db155516a310eb7523c5e183.tar.gz
scilab2c-b11350b841069ef8db155516a310eb7523c5e183.tar.bz2
scilab2c-b11350b841069ef8db155516a310eb7523c5e183.zip
Use function for to enable toolbox style
Diffstat (limited to 'macros/findDeps')
-rw-r--r--macros/findDeps/Scilab2CDeps.sci15
1 files changed, 8 insertions, 7 deletions
diff --git a/macros/findDeps/Scilab2CDeps.sci b/macros/findDeps/Scilab2CDeps.sci
index c0cba6fd..8044e276 100644
--- a/macros/findDeps/Scilab2CDeps.sci
+++ b/macros/findDeps/Scilab2CDeps.sci
@@ -1,14 +1,16 @@
//
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2009 - INRIA - Arnaud Torset
-//
+//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
-// are also available at
+// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+function scilab2ccode = initDependecies()
+
/////////////////////////////////
////// AUXILIARY FUNCTIONS //////
@@ -377,7 +379,7 @@ scilab2ccode.deps.zdista=["dpows","zreals","zimags","dsqrts"]
scilab2ccode.deps.crdivma=["DoubleComplex","creals","cimags","zrdivma","FloatComplex","zreals","zimags"]
scilab2ccode.deps.drdivma=["dtransposea"]
scilab2ccode.deps.srdivma=["drdivma"]
-scilab2ccode.deps.zrdivma=["ztransposea","zconja","DoubleComplex","zreals","zimags","]
+scilab2ccode.deps.zrdivma=["ztransposea","zconja","DoubleComplex","zreals","zimags"]
//OpBackSlash
@@ -610,7 +612,7 @@ scilab2ccode.deps.dlevina=["dinitTab","dr1","dr2","dr3","dr4","dlevinmul","dinve
scilab2ccode.deps.slevina=["sinitTab","sr1","sr2","sr3","sr4","slevinmul","sinverma","smulma","slevinmul2","sdecalage","slevinsub","slevinsig"]
scilab2ccode.deps.dinitTab=[]
scilab2ccode.deps.dr1=[]
-scilab2ccode.deps.dr2[]
+scilab2ccode.deps.dr2=[]
scilab2ccode.deps.dr3=[]
scilab2ccode.deps.dr4=[]
scilab2ccode.deps.dlevinmul=[]
@@ -620,7 +622,7 @@ scilab2ccode.deps.dlevinsub=[]
scilab2ccode.deps.dlevinsig=[]
scilab2ccode.deps.sinitTab=[]
scilab2ccode.deps.sr1=[]
-scilab2ccode.deps.sr2[]
+scilab2ccode.deps.sr2=[]
scilab2ccode.deps.sr3=[]
scilab2ccode.deps.sr4=[]
scilab2ccode.deps.slevinmul=[]
@@ -744,5 +746,4 @@ scilab2ccode.deps.DoubleComplexMatrix=["DoubleComplex"]
scilab2ccode.deps.zisreals=["zimags"]
scilab2ccode.deps.zisimags=["zreals"]
-
-
+endfunction