diff options
author | Brijeshcr | 2017-07-07 19:57:00 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 19:57:00 +0530 |
commit | eb4fd4f84b56a9b8f1976a67461f2c918edede32 (patch) | |
tree | ad6032b0992e679f9d69e98074141267888f5c03 /etc | |
parent | aa250753b439916e4df235839e9266f058632f80 (diff) | |
parent | 936bd00d2855553f52d682494814804065c7b99e (diff) | |
download | scilab2c-eb4fd4f84b56a9b8f1976a67461f2c918edede32.tar.gz scilab2c-eb4fd4f84b56a9b8f1976a67461f2c918edede32.tar.bz2 scilab2c-eb4fd4f84b56a9b8f1976a67461f2c918edede32.zip |
Signal Processing and Demos Updated
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 |