diff options
author | Ankitr19 | 2017-07-07 12:47:56 +0530 |
---|---|---|
committer | Ankitr19 | 2017-07-07 12:47:56 +0530 |
commit | 1dc99d862fe3178a3a6e72e2c1338000545ec859 (patch) | |
tree | 9d5ef438302e75e952ba17cb2f678a3196a6ff20 /etc | |
parent | c2e305c3b82ed944d57402dd515b3d5839a31980 (diff) | |
download | scilab2c-1dc99d862fe3178a3a6e72e2c1338000545ec859.tar.gz scilab2c-1dc99d862fe3178a3a6e72e2c1338000545ec859.tar.bz2 scilab2c-1dc99d862fe3178a3a6e72e2c1338000545ec859.zip |
Demos and RPi compiler compatibility
Diffstat (limited to 'etc')
-rw-r--r-- | etc/scilab2c.start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/scilab2c.start b/etc/scilab2c.start index 2f364c68..793b0a7b 100644 --- a/etc/scilab2c.start +++ b/etc/scilab2c.start @@ -47,7 +47,7 @@ if or(getscilabmode() == ["NW";"STD"]) then mprintf("\tLoad demos\n"); pathdemos = pathconvert(root_tlbx + "/demos/scilab2c.dem.gateway.sce",%f,%t); -// add_demo(gettext("Scilab2C"),pathdemos); + add_demo(gettext("Scilab2C"),pathdemos); clear pathdemos ; end |