summaryrefslogtreecommitdiff
path: root/macros/GeneralFunctions
diff options
context:
space:
mode:
authorsiddhu89902016-03-02 14:32:06 +0530
committersiddhu89902016-03-02 14:32:06 +0530
commit35b57256f07876c1a54bdcf4cc55e0f0612ae6a9 (patch)
treefdb50ed6c17e0a90af6c61af3aca80e7f0055ab0 /macros/GeneralFunctions
parent7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa (diff)
parent3415acb6050605a91c58b7d78a44ffc5e1d9131f (diff)
downloadScilab2C_fossee_old-35b57256f07876c1a54bdcf4cc55e0f0612ae6a9.tar.gz
Scilab2C_fossee_old-35b57256f07876c1a54bdcf4cc55e0f0612ae6a9.tar.bz2
Scilab2C_fossee_old-35b57256f07876c1a54bdcf4cc55e0f0612ae6a9.zip
Merged with linspace and logspace
Diffstat (limited to 'macros/GeneralFunctions')
-rw-r--r--macros/GeneralFunctions/SCI2COpenFileRead.binbin3424 -> 3424 bytes
-rw-r--r--macros/GeneralFunctions/SCI2COpenFileRead.sci2
-rw-r--r--macros/GeneralFunctions/libbin1308 -> 1304 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/macros/GeneralFunctions/SCI2COpenFileRead.bin b/macros/GeneralFunctions/SCI2COpenFileRead.bin
index 7d5f101..f3f6a5e 100644
--- a/macros/GeneralFunctions/SCI2COpenFileRead.bin
+++ b/macros/GeneralFunctions/SCI2COpenFileRead.bin
Binary files differ
diff --git a/macros/GeneralFunctions/SCI2COpenFileRead.sci b/macros/GeneralFunctions/SCI2COpenFileRead.sci
index 1ad60ce..8e54738 100644
--- a/macros/GeneralFunctions/SCI2COpenFileRead.sci
+++ b/macros/GeneralFunctions/SCI2COpenFileRead.sci
@@ -24,7 +24,7 @@ SCI2CNInArgCheck(argn(2),1,1);
// --- Open the .sci file (read only). ---
[fidnumber,fiderror] = mopen(filename,'r');
if (fiderror < 0)
- SCI2Cerror(['Cannot open (in read mode): '+filename]);
+ error(['Cannot open (in read mode): '+filename]);
end
endfunction
diff --git a/macros/GeneralFunctions/lib b/macros/GeneralFunctions/lib
index a3af87e..8367688 100644
--- a/macros/GeneralFunctions/lib
+++ b/macros/GeneralFunctions/lib
Binary files differ