diff options
Diffstat (limited to 'macros/ErrorMessages/EM_NanSize.sci')
-rw-r--r-- | macros/ErrorMessages/EM_NanSize.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ErrorMessages/EM_NanSize.sci b/macros/ErrorMessages/EM_NanSize.sci index 156bb9a0..a081fea8 100644 --- a/macros/ErrorMessages/EM_NanSize.sci +++ b/macros/ErrorMessages/EM_NanSize.sci @@ -78,5 +78,5 @@ PrintStringInfo('SCI2CERROR: disp(cnt);',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: }',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: Of course it is not optimized C code.',ReportFileName,'both','y'); PrintStringInfo(' ',ReportFileName,'both','y'); -SCI2Cerror(9999, 'SCI2CERROR: Cannot initialize a local or global variable with a variable value coming from a function or an operation.'); +error(9999, 'SCI2CERROR: Cannot initialize a local or global variable with a variable value coming from a function or an operation.'); endfunction |