diff options
author | Abhinav Dronamraju | 2017-08-22 20:54:30 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-08-22 20:54:30 +0530 |
commit | 55c0e6c1c041d9d0215c6a192ed11476d49d593c (patch) | |
tree | 649540f50d8a524a140c8d82f279e4e87a83d281 /2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.sci | |
parent | de496fd5c6183e2f5eba2b4688d2bcf18aef62a1 (diff) | |
download | Scilab2C-55c0e6c1c041d9d0215c6a192ed11476d49d593c.tar.gz Scilab2C-55c0e6c1c041d9d0215c6a192ed11476d49d593c.tar.bz2 Scilab2C-55c0e6c1c041d9d0215c6a192ed11476d49d593c.zip |
Faurre, kalm, Mvcorrel added
Diffstat (limited to '2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.sci')
-rw-r--r-- | 2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.sci | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.sci b/2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.sci index 4d1113ea..284f4a29 100644 --- a/2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.sci +++ b/2.3-1/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)
|