diff options
author | siddhu8990 | 2016-03-29 22:11:40 +0530 |
---|---|---|
committer | siddhu8990 | 2016-03-29 22:11:40 +0530 |
commit | fe32d3a31c1f9d26cbefad9e2512a641ef323f0a (patch) | |
tree | 4e23c30042ade690c01ae12d9b01447a74ca2bba /macros/FunctionAnnotation/FA_GetFunAnn.sci | |
parent | d4a4045b5dff59c799ee846052152298dfe6c210 (diff) | |
download | Scilab2C_fossee_old-fe32d3a31c1f9d26cbefad9e2512a641ef323f0a.tar.gz Scilab2C_fossee_old-fe32d3a31c1f9d26cbefad9e2512a641ef323f0a.tar.bz2 Scilab2C_fossee_old-fe32d3a31c1f9d26cbefad9e2512a641ef323f0a.zip |
Function conversion using scilab2c call (not working)
Diffstat (limited to 'macros/FunctionAnnotation/FA_GetFunAnn.sci')
-rw-r--r-- | macros/FunctionAnnotation/FA_GetFunAnn.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/FunctionAnnotation/FA_GetFunAnn.sci b/macros/FunctionAnnotation/FA_GetFunAnn.sci index e5fb8ac..ffdfa7f 100644 --- a/macros/FunctionAnnotation/FA_GetFunAnn.sci +++ b/macros/FunctionAnnotation/FA_GetFunAnn.sci @@ -194,6 +194,8 @@ else end
end
end
+
+
end
// --- End loop over the lines of the input file. ---
mclose(inclsfid);
|