summaryrefslogtreecommitdiff
path: root/src/Scilab2C/GeneralFunctions/SCI2Cerror.sci
diff options
context:
space:
mode:
authorjofret2008-06-05 11:18:08 +0000
committerjofret2008-06-05 11:18:08 +0000
commit4420122a451b41861f0cf696bb749cd2a220e678 (patch)
tree161a25acc57a1966cba0020b470c680d52763ae9 /src/Scilab2C/GeneralFunctions/SCI2Cerror.sci
parent576f855e4fdf04cc49f57b173062731f3d03271d (diff)
downloadscilab2c-4420122a451b41861f0cf696bb749cd2a220e678.tar.gz
scilab2c-4420122a451b41861f0cf696bb749cd2a220e678.tar.bz2
scilab2c-4420122a451b41861f0cf696bb749cd2a220e678.zip
Remove old Scilab2C structure
Diffstat (limited to 'src/Scilab2C/GeneralFunctions/SCI2Cerror.sci')
-rw-r--r--src/Scilab2C/GeneralFunctions/SCI2Cerror.sci11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Scilab2C/GeneralFunctions/SCI2Cerror.sci b/src/Scilab2C/GeneralFunctions/SCI2Cerror.sci
deleted file mode 100644
index 444dcff5..00000000
--- a/src/Scilab2C/GeneralFunctions/SCI2Cerror.sci
+++ /dev/null
@@ -1,11 +0,0 @@
-function SCI2Cerror(errorstring);
-// function SCI2Cerror(errorstring);
-// -----------------------------------------------------------------
-// It is the error function but before issuing the error, perorms
-// the mclose('all');
-// 02-May-2006 -- Nutricato Raffaele: Author.
-// -----------------------------------------------------------------
-
-mclose('all')
-error('###########SCI2C_ERROR: '+errorstring);
-endfunction