diff options
-rw-r--r-- | src/Scilab2C/Scilab2C/LaunchRunSCI2C.sci | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Scilab2C/Scilab2C/LaunchRunSCI2C.sci b/src/Scilab2C/Scilab2C/LaunchRunSCI2C.sci index 8521b45e..06133232 100644 --- a/src/Scilab2C/Scilab2C/LaunchRunSCI2C.sci +++ b/src/Scilab2C/Scilab2C/LaunchRunSCI2C.sci @@ -11,9 +11,10 @@ exec full_reset.sce; RunsDirectory = pwd(); // Path of the SCI2CRuns directory // -// FIXME : Must be a relative path or user input but neither absolute path. +// FIXME : Must be a relative path or user input but neither absolute path. // FIXED : Need to be tested. -// +// Bruno, As you can read at the beginning of this file they are user parameters. +// Anyway, relative paths work well. //SCI2CDirectory = 'D:\NutricatoGAPSVN\PROGETTI_APERTI\POLIBA\hArtes\WP2_SCI2C\Software\Version_alpha\Scilab2C'; // Path of the Scilab2C directory SCI2CDirectory = '.'; @@ -22,8 +23,6 @@ SCI2CDirectory = '.'; // FIXME : Must be a relative path or user input but neither absolute path. // FIXED : Need to be tested. // -//SCI2CInputPrmFileName = -//'D:\NutricatoGAPSVN\PROGETTI_APERTI\POLIBA\hArtes\WP2_SCI2C\Software\Version_alpha\SCI2CTests\test999_WorkingDir\SCI2CInputParameters.sce'; // Path + file name of the input parameters. SCI2CInputPrmFileName = '../SCI2CTests/test999_WorkingDir/SCI2CInputParameters.sce'; // --- LAUNCH USER SCI CODE TO TEST IT BEFORE TRANSLATING IT!!! --- |