diff options
author | nutricato | 2009-06-04 04:51:29 +0000 |
---|---|---|
committer | nutricato | 2009-06-04 04:51:29 +0000 |
commit | 79f469725862e0bc1ee1be9b7e2d6cdb12911e76 (patch) | |
tree | 0db6989ea1dcb99723f2e5722335d52b2aaaa279 /macros/runscicode.sci | |
parent | 25f850906710d1da7291f48fa4cb89c4d82ca33b (diff) | |
download | scilab2c-79f469725862e0bc1ee1be9b7e2d6cdb12911e76.tar.gz scilab2c-79f469725862e0bc1ee1be9b7e2d6cdb12911e76.tar.bz2 scilab2c-79f469725862e0bc1ee1be9b7e2d6cdb12911e76.zip |
Diffstat (limited to 'macros/runscicode.sci')
-rw-r--r-- | macros/runscicode.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/runscicode.sci b/macros/runscicode.sci index d6bdc37d..c2574f91 100644 --- a/macros/runscicode.sci +++ b/macros/runscicode.sci @@ -62,4 +62,6 @@ execstr(tmpfile); disp('------------------------------------------'); disp('--- End Execution of your SCILAB code. ---'); disp('------------------------------------------'); + + endfunction
\ No newline at end of file |