diff options
author | Brijeshcr | 2017-07-07 18:19:27 +0530 |
---|---|---|
committer | GitHub | 2017-07-07 18:19:27 +0530 |
commit | a505550d38b2b886c61863a85be67faf02ad604b (patch) | |
tree | c0424024c16aa122a5a38686dfed75a4c4866e95 /2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.sci | |
parent | 2a6c003c67faafd257984f4ae632e40bc6fa9a32 (diff) | |
parent | 8d1da9568248c9a0572da08a7039e75e84d782b0 (diff) | |
download | Scilab2C-a505550d38b2b886c61863a85be67faf02ad604b.tar.gz Scilab2C-a505550d38b2b886c61863a85be67faf02ad604b.tar.bz2 Scilab2C-a505550d38b2b886c61863a85be67faf02ad604b.zip |
Merge branch 'master' into master
Diffstat (limited to '2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.sci')
-rw-r--r-- | 2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.sci b/2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.sci index 81d7e80b..d9658e81 100644 --- a/2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.sci +++ b/2.3-1/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 |