From 1fef9b1edc2d4400e8ba6bb6fafb648963d6817d Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 2 Feb 2017 16:02:41 +0530 Subject: Support for function 'schur' added q --- 2.3-1/macros/SymbolTable/ST_InsOutArg.sci | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '2.3-1/macros/SymbolTable/ST_InsOutArg.sci') diff --git a/2.3-1/macros/SymbolTable/ST_InsOutArg.sci b/2.3-1/macros/SymbolTable/ST_InsOutArg.sci index 85c983d2..f4958ff7 100644 --- a/2.3-1/macros/SymbolTable/ST_InsOutArg.sci +++ b/2.3-1/macros/SymbolTable/ST_InsOutArg.sci @@ -94,8 +94,7 @@ for counteroutput = 1:NOutArg if (TBFlagfound == 1) if (TBFlagEqualSymbols == 0) PrintStringInfo(' ',ReportFileName,'both','y'); - PrintStringIn - fo('SCI2CERROR: Symbol Table Conflict. Trying to insert again symbol ""'+... + PrintStringInfo('SCI2CERROR: Symbol Table Conflict. Trying to insert again symbol ""'+... OutArg(counteroutput).Name+'"" with different settings',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: Please check that you are not using variable ""'+OutArg(counteroutput).Name+'""',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: with different sizes and/or types.',ReportFileName,'both','y'); -- cgit