diff options
author | ukashanoor | 2017-06-29 20:58:54 +0530 |
---|---|---|
committer | ukashanoor | 2017-06-29 20:58:54 +0530 |
commit | 872f655b244e8b51112ba38b13a0ced325d5c71b (patch) | |
tree | f7a00e5e95b33afb7f0ebe0c84207505cfa34de1 /macros/ASTManagement/%operation_string.sci | |
parent | 18f7cf96174799b674115e43f108423fa5d0fc9c (diff) | |
parent | 9fc55b8370323fd8f7364a5abfcee3af65899a97 (diff) | |
download | scilab2c-872f655b244e8b51112ba38b13a0ced325d5c71b.tar.gz scilab2c-872f655b244e8b51112ba38b13a0ced325d5c71b.tar.bz2 scilab2c-872f655b244e8b51112ba38b13a0ced325d5c71b.zip |
changes after changing branch to master
Diffstat (limited to 'macros/ASTManagement/%operation_string.sci')
-rw-r--r-- | macros/ASTManagement/%operation_string.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ASTManagement/%operation_string.sci b/macros/ASTManagement/%operation_string.sci index 84f5ce3c..c9282f67 100644 --- a/macros/ASTManagement/%operation_string.sci +++ b/macros/ASTManagement/%operation_string.sci @@ -10,4 +10,4 @@ function txt=%operation_string(O) ' Operator: '+O.operator 'EndOperation' ] -endfunction
\ No newline at end of file +endfunction |