diff options
author | Abhinav Dronamraju | 2017-07-11 20:21:06 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-11 20:21:06 +0530 |
commit | ac678b361d87222c0c40511ce060f79e9bdabd30 (patch) | |
tree | 9f7a7d3ae24a64945cec63bdb3c92459106d4bf6 /demos/fsfirlin.dem.sce | |
parent | 21ec96e73b9e5244421f04f9a2e1207612391fca (diff) | |
parent | 3a663776e10700ca37e158de8ed580ecbfda0088 (diff) | |
download | scilab2c-ac678b361d87222c0c40511ce060f79e9bdabd30.tar.gz scilab2c-ac678b361d87222c0c40511ce060f79e9bdabd30.tar.bz2 scilab2c-ac678b361d87222c0c40511ce060f79e9bdabd30.zip |
Ankit's changes
Diffstat (limited to 'demos/fsfirlin.dem.sce')
-rw-r--r-- | demos/fsfirlin.dem.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/demos/fsfirlin.dem.sce b/demos/fsfirlin.dem.sce new file mode 100644 index 00000000..278252ae --- /dev/null +++ b/demos/fsfirlin.dem.sce @@ -0,0 +1,16 @@ +// Copyright (C) 2017 - IIT Bombay - FOSSEE +//This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt +// Author: Ankit Raj +// Organization: FOSSEE, IIT Bombay +// Email: toolbox@scilab.in +// + +lines(0); + +global SCI2CHOME + +scilab2c(SCI2CHOME+"/tests/unit_tests/test_fsfirlin/scilabcode/main.sci",TMPDIR,SCI2CHOME+"/tests/unit_tests/test_fsfirlin/scilabcode"); |