diff options
Diffstat (limited to 'macros/FunctionAnnotation/FA_SZ_SEL2.sci')
-rw-r--r-- | macros/FunctionAnnotation/FA_SZ_SEL2.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/FunctionAnnotation/FA_SZ_SEL2.sci b/macros/FunctionAnnotation/FA_SZ_SEL2.sci index 69b38fd1..b0be739f 100644 --- a/macros/FunctionAnnotation/FA_SZ_SEL2.sci +++ b/macros/FunctionAnnotation/FA_SZ_SEL2.sci @@ -39,6 +39,6 @@ else PrintStringInfo('SCI2CERROR: Please rearrange your code by using one of the following specifiers:',ReportFileName,'both','y');
PrintStringInfo('SCI2CERROR: 1 or 2.',ReportFileName,'both','y');
PrintStringInfo(' ',ReportFileName,'both','y');
- SCI2Cerror(' ');
+ error(9999, 'SCI2CERROR: Cannot associate the second input argument to a known specifier.');
end
endfunction
|