diff options
author | ukashanoor | 2017-07-07 17:12:14 +0530 |
---|---|---|
committer | ukashanoor | 2017-07-07 17:12:14 +0530 |
commit | ec1677606d3e636a47d4fd0853f83868b3953314 (patch) | |
tree | 460ef055bfa213fa98a9306035ad0578a6036e9e /macros/ASTManagement/AST_ParseOperStruct.sci | |
parent | 87823db220f4c3b8bee16c0b2e08027704de1efe (diff) | |
download | scilab2c-ec1677606d3e636a47d4fd0853f83868b3953314.tar.gz scilab2c-ec1677606d3e636a47d4fd0853f83868b3953314.tar.bz2 scilab2c-ec1677606d3e636a47d4fd0853f83868b3953314.zip |
array declaration
Diffstat (limited to 'macros/ASTManagement/AST_ParseOperStruct.sci')
-rw-r--r-- | macros/ASTManagement/AST_ParseOperStruct.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/ASTManagement/AST_ParseOperStruct.sci b/macros/ASTManagement/AST_ParseOperStruct.sci index 903f0958..ce0bcc72 100644 --- a/macros/ASTManagement/AST_ParseOperStruct.sci +++ b/macros/ASTManagement/AST_ParseOperStruct.sci @@ -26,6 +26,7 @@ function [FunctionName,InArg,NInArg,NOutArg] = AST_ParseOperStruct(FileInfo,Shar // // Status: // 11-Apr-2007 -- Raffaele Nutricato: Author. +// 25-June-2017 -- Ukasha Noor: Revised By // // Copyright 2007 Raffaele Nutricato. // Contact: raffaele.nutricato@tiscali.it |