diff options
author | Brijeshcr | 2017-07-07 23:18:44 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 23:18:44 +0530 |
commit | 5e505bd97e1441011d27d3f07f94fe7271c5873f (patch) | |
tree | 4bcce04865c325221583b19b2be924ec0caf09c0 /demos/SPEC.dem.sce | |
parent | e3bea007e2fae247b4d761bb50c7e28b16268405 (diff) | |
parent | 241bacc7e7b9ccca0bbcd1c8558454a323bfd0d3 (diff) | |
download | scilab2c-5e505bd97e1441011d27d3f07f94fe7271c5873f.tar.gz scilab2c-5e505bd97e1441011d27d3f07f94fe7271c5873f.tar.bz2 scilab2c-5e505bd97e1441011d27d3f07f94fe7271c5873f.zip |
Changes Demo
Diffstat (limited to 'demos/SPEC.dem.sce')
-rw-r--r-- | demos/SPEC.dem.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/SPEC.dem.sce b/demos/SPEC.dem.sce new file mode 100644 index 00000000..423c1520 --- /dev/null +++ b/demos/SPEC.dem.sce @@ -0,0 +1,18 @@ +// 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: Sandeep Gupta +// Organization: FOSSEE, IIT Bombay +// Email: toolbox@scilab.in + + +lines(0); + +global SCI2CHOME + +scilab2c(SCI2CHOME+"/tests/unit_tests/testLinearAlgebra/testspec/testspec.sci", TMPDIR,SCI2CHOME+"/tests/unit_tests/testLinearAlgebra/testspec"); + +editor(TMPDIR+"/main.c"); |