From 592a9e6042b7f7349479943a4b55e1bd2769319d Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 23 Jun 2010 17:09:06 +0000 Subject: You are not alone svn rm macros/GeneralFunctions/SCI2Cerror.sci --forcesvn rm macros/GeneralFunctions/SCI2Cerror.sci --force --- scilab2c/macros/GeneralFunctions/SCI2Cerror.sci | 28 ------------------------- 1 file changed, 28 deletions(-) delete mode 100644 scilab2c/macros/GeneralFunctions/SCI2Cerror.sci diff --git a/scilab2c/macros/GeneralFunctions/SCI2Cerror.sci b/scilab2c/macros/GeneralFunctions/SCI2Cerror.sci deleted file mode 100644 index 25851a2a..00000000 --- a/scilab2c/macros/GeneralFunctions/SCI2Cerror.sci +++ /dev/null @@ -1,28 +0,0 @@ -function SCI2Cerror(errorstring) -// function SCI2Cerror(errorstring) -// ----------------------------------------------------------------- -// It is the error function but before issuing the error, performs -// the mclose('all'); -// -// Input data: -// errorstring: string which specifies the error message. -// -// Output data: -// --- -// -// Status: -// 02-May-2007 -- Nutricato Raffaele: Author. -// -// Copyright 2007 Raffaele Nutricato. -// Contact: raffaele.nutricato@tiscali.it -// ----------------------------------------------------------------- - -// ------------------------------ -// --- Check input arguments. --- -// ------------------------------ -SCI2CNInArgCheck(argn(2),1,1); - - -mclose('all') -error('###SCI2CERROR: '+errorstring); -endfunction -- cgit