summaryrefslogtreecommitdiff
path: root/loader.sce
blob: 2d835fa6fa0d860c65ce9d4e778513cb9751f22f (plain)
1
2
3
4
5
6
7
8
9
10
// This file is released under the 3-clause BSD license. See COPYING-BSD.
// Generated by builder.sce: Please, do not edit this file

try
 getversion("scilab");
catch
 error("Scilab 5.0 or more is required.");
end;

exec(get_absolute_file_path("loader.sce")+"etc/"+"FOSSEE_Signal_Processing_Toolbox.start");