summaryrefslogtreecommitdiff
path: root/src/Scilab2C/GeneralFunctions/SCI2Cerror.sci
diff options
context:
space:
mode:
authornutricato2008-06-04 08:58:15 +0000
committernutricato2008-06-04 08:58:15 +0000
commit9d4cbed90bf28487c52de84e7040ee78e60b4b5d (patch)
treeb2aefdb73ca2ae200c92e1847030db5a7f650adb /src/Scilab2C/GeneralFunctions/SCI2Cerror.sci
parent56805b2de8725a4169ba40d1acbda997ea2528aa (diff)
downloadscilab2c-9d4cbed90bf28487c52de84e7040ee78e60b4b5d.tar.gz
scilab2c-9d4cbed90bf28487c52de84e7040ee78e60b4b5d.tar.bz2
scilab2c-9d4cbed90bf28487c52de84e7040ee78e60b4b5d.zip
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