From dafe68b1f05c3d1d288e7435b3f146326ea4eebc Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 23 Jun 2010 19:44:55 +0000 Subject: Remove SCI2Cerror wrapping call --- macros/ASTManagement/AST_GetFuncallPrm.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/ASTManagement/AST_GetFuncallPrm.sci') diff --git a/macros/ASTManagement/AST_GetFuncallPrm.sci b/macros/ASTManagement/AST_GetFuncallPrm.sci index aa5ab62c..e7c1581c 100644 --- a/macros/ASTManagement/AST_GetFuncallPrm.sci +++ b/macros/ASTManagement/AST_GetFuncallPrm.sci @@ -48,7 +48,7 @@ elseif (ASTFunType=='Operation') elseif (ASTFunType=='Equal') [FunctionName,InArg,NInArg,OutArg,NOutArg] = AST_ParseEqualStruct(FileInfo,SharedInfo); else - SCI2CerrorFile('Unknown Function type: '+ASTFunType+'.',ReportFileName); + error(9999, 'Unknown Function type: '+ASTFunType+'.'); end endfunction -- cgit