diff options
author | nutricato | 2009-06-16 16:03:33 +0000 |
---|---|---|
committer | nutricato | 2009-06-16 16:03:33 +0000 |
commit | ac39315f7bdbabc5c41b54eec8d0e97f0943abba (patch) | |
tree | 8cca232eb149c02e20a0a63609c29fe941c1e835 | |
parent | 07ab664e098eb82948de08da55d5200d69ffe566 (diff) | |
download | scilab2c-ac39315f7bdbabc5c41b54eec8d0e97f0943abba.tar.gz scilab2c-ac39315f7bdbabc5c41b54eec8d0e97f0943abba.tar.bz2 scilab2c-ac39315f7bdbabc5c41b54eec8d0e97f0943abba.zip |
-rw-r--r-- | macros/scilab2c.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scilab2c.sci b/macros/scilab2c.sci index ae8f4744..10ae9539 100644 --- a/macros/scilab2c.sci +++ b/macros/scilab2c.sci @@ -88,7 +88,7 @@ function scilab2c(varargin) // -- FIXME : bypass this for now !! // -- userchoice = messagebox("Exection Succesfull. Start translation ?", "modal", "info", ["Yes" "No"]) -userchoice = 0; +userchoice = 1; if (userchoice == 1) // --- LAUNCH SCI2C --- runsci2c(UserScilabMainFile, UserSciFilesPaths, CCodeOutputDir, RunMode); |