diff options
author | Abhinav Dronamraju | 2017-08-22 20:54:30 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-08-22 20:54:30 +0530 |
commit | fe525aa0b13baa3113ec22fe4f2d373db6e093d8 (patch) | |
tree | e879b5c3483c0d6b2405fc001b065f5b8c3bf182 /macros/FunctionAnnotation | |
parent | 5b728d8239b1a1f4467e2485d54c7ed7db1d4f11 (diff) | |
download | Scilab2C_fossee_old-fe525aa0b13baa3113ec22fe4f2d373db6e093d8.tar.gz Scilab2C_fossee_old-fe525aa0b13baa3113ec22fe4f2d373db6e093d8.tar.bz2 Scilab2C_fossee_old-fe525aa0b13baa3113ec22fe4f2d373db6e093d8.zip |
Faurre, kalm, Mvcorrel added
Diffstat (limited to 'macros/FunctionAnnotation')
-rw-r--r-- | macros/FunctionAnnotation/FA_GetOutArgInfo.sci | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/FunctionAnnotation/FA_GetOutArgInfo.sci b/macros/FunctionAnnotation/FA_GetOutArgInfo.sci index 4d1113e..284f4a2 100644 --- a/macros/FunctionAnnotation/FA_GetOutArgInfo.sci +++ b/macros/FunctionAnnotation/FA_GetOutArgInfo.sci @@ -95,15 +95,15 @@ for counterout = 1:NOutArg UpdatedOutArg(counterout).FindLike = -1;
end
- // #RNU_RES_B
- // When the size is given by e IN(x).VAL annotation we can have two cases:
- // IN(x).VAL is a number or IN(x).VAL is %nan. When it is %nan the
- // size is equal to the name of IN(x).
- // This is a dynamic memory extension of a local variable and for the moment
- // we issue an error according to SCI2C specifications
- // #RNU_RES_E
- //disp(FunSizeAnnot(2),FunSizeAnnot(1))
- //Ukasha
+// #RNU_RES_B
+// When the size is given by e IN(x).VAL annotation we can have two cases:
+// IN(x).VAL is a number or IN(x).VAL is %nan. When it is %nan the
+// size is equal to the name of IN(x).
+// This is a dynamic memory extension of a local variable and for the moment
+// we issue an error according to SCI2C specifications
+// #RNU_RES_E
+// disp(FunSizeAnnot(2),FunSizeAnnot(1))
+// Ukasha
// if ASTFunName == svd
// x=1;
// for i=1:InArg(1).Size(1)
|