diff options
author | ukashanoor | 2017-06-19 10:42:03 +0530 |
---|---|---|
committer | ukashanoor | 2017-06-19 10:42:03 +0530 |
commit | 8e235230a4c16a042d2620fa7b58a9b0f4ba1914 (patch) | |
tree | 455eef81a4fda3d0737ffde5614c333ac8f56ed9 /macros/FunctionAnnotation/FA_GetFunAnn.sci | |
parent | b33afdb2311fbe8aad4c5c614c6098585fe2d279 (diff) | |
download | scilab2c-8e235230a4c16a042d2620fa7b58a9b0f4ba1914.tar.gz scilab2c-8e235230a4c16a042d2620fa7b58a9b0f4ba1914.tar.bz2 scilab2c-8e235230a4c16a042d2620fa7b58a9b0f4ba1914.zip |
after if and for
Diffstat (limited to 'macros/FunctionAnnotation/FA_GetFunAnn.sci')
-rw-r--r-- | macros/FunctionAnnotation/FA_GetFunAnn.sci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/FunctionAnnotation/FA_GetFunAnn.sci b/macros/FunctionAnnotation/FA_GetFunAnn.sci index d11e3cee..3fadd1f2 100644 --- a/macros/FunctionAnnotation/FA_GetFunAnn.sci +++ b/macros/FunctionAnnotation/FA_GetFunAnn.sci @@ -52,7 +52,7 @@ FunSizeAnnot = ''; // ---------------------------------------------
// --- Open the .sci file (read only). ---
inclsfid = SCI2COpenFileRead(SCI2CClassFileName);
-
+PrintStringInfo(' '+string(inclsfid),ReportFileName,'file','y');
// #RNU_RES_B
// --- Loop over the lines of the input file. ---
// Position file pointer to the desired NInArg/NOutArg section,
@@ -212,5 +212,6 @@ mclose(inclsfid); // -------------------------------------------------
// --- End Read the annotations of the function. ---
// -------------------------------------------------
+PrintStringInfo(' end of annotation '+string(NOutArg_mod),ReportFileName,'file','y');
endfunction
|