diff options
author | Brijeshcr | 2017-07-07 18:19:27 +0530 |
---|---|---|
committer | GitHub | 2017-07-07 18:19:27 +0530 |
commit | 8ec9e70b6ffffb927a28941554cf18a822892d72 (patch) | |
tree | 082485f6bd03f8f0044066337699fbcf985f5e5a /macros/ASTManagement/AST_ParseIfExprStruct.sci | |
parent | 2340409c98f9b15bb23944b991e97a1aa4e88ce0 (diff) | |
parent | 17a346fca351d03579d343a9debaa68acdd844d9 (diff) | |
download | Scilab2C_fossee_old-8ec9e70b6ffffb927a28941554cf18a822892d72.tar.gz Scilab2C_fossee_old-8ec9e70b6ffffb927a28941554cf18a822892d72.tar.bz2 Scilab2C_fossee_old-8ec9e70b6ffffb927a28941554cf18a822892d72.zip |
Merge branch 'master' into master
Diffstat (limited to 'macros/ASTManagement/AST_ParseIfExprStruct.sci')
-rw-r--r-- | macros/ASTManagement/AST_ParseIfExprStruct.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/ASTManagement/AST_ParseIfExprStruct.sci b/macros/ASTManagement/AST_ParseIfExprStruct.sci index 81d7e80..d9658e8 100644 --- a/macros/ASTManagement/AST_ParseIfExprStruct.sci +++ b/macros/ASTManagement/AST_ParseIfExprStruct.sci @@ -35,6 +35,8 @@ function [IfCondArg,NIfCondArg] = AST_ParseIfExprStruct(FileInfo,SharedInfo,ASTI // // Status: // 11-Apr-2007 -- Raffaele Nutricato: Author. +// 25-June-2017 -- Ukasha Noor: Revised By +// This function is counting the number of logical operators and there operands. // // Copyright 2007 Raffaele Nutricato. // Contact: raffaele.nutricato@tiscali.it |