diff options
author | siddhu8990 | 2015-09-03 02:06:47 +0530 |
---|---|---|
committer | siddhu8990 | 2015-09-03 02:06:47 +0530 |
commit | 3704cdf7eb9551353ac9175aa10be444755b8e22 (patch) | |
tree | e7d66716e67137209a55d880ebb58a7f69ce3484 /2.3-1/macros/runsci2c.sci | |
parent | 5675f7cd91515d5e88fd151943c3ec5cde57ceaa (diff) | |
download | Scilab2C-3704cdf7eb9551353ac9175aa10be444755b8e22.tar.gz Scilab2C-3704cdf7eb9551353ac9175aa10be444755b8e22.tar.bz2 Scilab2C-3704cdf7eb9551353ac9175aa10be444755b8e22.zip |
Intermediate commit. Not to be used
Diffstat (limited to '2.3-1/macros/runsci2c.sci')
-rw-r--r-- | 2.3-1/macros/runsci2c.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2.3-1/macros/runsci2c.sci b/2.3-1/macros/runsci2c.sci index fbdad316..a0a84a17 100644 --- a/2.3-1/macros/runsci2c.sci +++ b/2.3-1/macros/runsci2c.sci @@ -1,4 +1,4 @@ -function runsci2c(UserScilabMainFile, UserSciFilesPaths, SCI2COutputPath, Runmode, BuildTool)
+function runsci2c(UserScilabMainFile, UserSciFilesPaths, SCI2COutputPath, Runmode, BuildTool, OutputFormat)
// function runsci2c(SCI2CInputPrmFile)
// -----------------------------------------------------------------
// === hArtes/PoliBa/GAP SCI2C tool ===
@@ -51,7 +51,7 @@ disp(RunSci2CMainDir); // --- Initialize the SCI2C tool directories and files. ---
[FileInfoDatFile,SharedInfoDatFile] = INIT_SCI2C(UserScilabMainFile, ...
- UserSciFilesPaths, SCI2COutputPath, RunMode);
+ UserSciFilesPaths, SCI2COutputPath, RunMode, OutputFormat);
// -- Load FileInfo and SharedInfo
load(SharedInfoDatFile,'SharedInfo');
|