diff options
author | jofret | 2009-05-11 06:26:59 +0000 |
---|---|---|
committer | jofret | 2009-05-11 06:26:59 +0000 |
commit | 37a6f946f56b27a34897eeece4e57c7e01ee6b31 (patch) | |
tree | 69c3e9819ce68099d50b5424a118265a10ccbcbc /macros/runscicode.sci | |
parent | ca2830ea969db3a183ab732fec89cde14e8fb3df (diff) | |
download | scilab2c-37a6f946f56b27a34897eeece4e57c7e01ee6b31.tar.gz scilab2c-37a6f946f56b27a34897eeece4e57c7e01ee6b31.tar.bz2 scilab2c-37a6f946f56b27a34897eeece4e57c7e01ee6b31.zip |
Link GUI and code generator
Diffstat (limited to 'macros/runscicode.sci')
-rw-r--r-- | macros/runscicode.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/runscicode.sci b/macros/runscicode.sci index 6a34a931..d6bdc37d 100644 --- a/macros/runscicode.sci +++ b/macros/runscicode.sci @@ -45,7 +45,6 @@ function runscicode(UserScilabMainFile, UserSciFilesPaths) // --- Read user parameters. --- //exec(SCI2CInputPrmFile); - // --- Add all user paths. --- for cntpath = 1:size(UserSciFilesPaths,1) getd(UserSciFilesPaths(cntpath)); |