diff options
author | Jorawar Singh | 2017-06-30 11:28:58 +0530 |
---|---|---|
committer | Jorawar Singh | 2017-06-30 11:28:58 +0530 |
commit | 815306982a4ea8eaaa2106fadcd1472aa2a9dcd5 (patch) | |
tree | b97eb757e402adccd495560e15275b8130238094 /2.3-1/macros/GeneralFunctions | |
parent | 02a004ea1500c403ac1a18a52aaf79aaeb7280ed (diff) | |
download | Scilab2C-815306982a4ea8eaaa2106fadcd1472aa2a9dcd5.tar.gz Scilab2C-815306982a4ea8eaaa2106fadcd1472aa2a9dcd5.tar.bz2 Scilab2C-815306982a4ea8eaaa2106fadcd1472aa2a9dcd5.zip |
Help files, modified Raspberry Pi code conversion
Diffstat (limited to '2.3-1/macros/GeneralFunctions')
-rw-r--r-- | 2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci | 1 | ||||
-rw-r--r-- | 2.3-1/macros/GeneralFunctions/lib | bin | 2809 -> 1132 bytes |
2 files changed, 0 insertions, 1 deletions
diff --git a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci index 912a72a8..f7271e2e 100644 --- a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci +++ b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci @@ -20,7 +20,6 @@ function [FlagFound,SCIFileName] = SCI2CFindFile(PathList,FileName) // --- Check input arguments. ---
// ------------------------------
SCI2CNInArgCheck(argn(2),2,2);
-
FlagFound = 0;
SCIFileName = '';
diff --git a/2.3-1/macros/GeneralFunctions/lib b/2.3-1/macros/GeneralFunctions/lib Binary files differindex e1d6f0fb..a141419f 100644 --- a/2.3-1/macros/GeneralFunctions/lib +++ b/2.3-1/macros/GeneralFunctions/lib |