summaryrefslogtreecommitdiff
path: root/demos/HESS.dem.sce
diff options
context:
space:
mode:
authorBrijeshcr2017-07-07 23:18:59 +0530
committerBrijeshcr2017-07-07 23:18:59 +0530
commit17a346fca351d03579d343a9debaa68acdd844d9 (patch)
tree830dca272e28c6381926951615e41c3024d2e515 /demos/HESS.dem.sce
parent723928f6b2e65853510f3d527d69d2e7f1c90ae6 (diff)
parent5e505bd97e1441011d27d3f07f94fe7271c5873f (diff)
downloadscilab2c-17a346fca351d03579d343a9debaa68acdd844d9.tar.gz
scilab2c-17a346fca351d03579d343a9debaa68acdd844d9.tar.bz2
scilab2c-17a346fca351d03579d343a9debaa68acdd844d9.zip
Merge branch 'sandeep'
Changes demo for LinearAlgebra
Diffstat (limited to 'demos/HESS.dem.sce')
-rw-r--r--demos/HESS.dem.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/HESS.dem.sce b/demos/HESS.dem.sce
new file mode 100644
index 00000000..4c70d67b
--- /dev/null
+++ b/demos/HESS.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/testhess/testhess.sci", TMPDIR,SCI2CHOME+"/tests/unit_tests/testLinearAlgebra/testhess");
+
+editor(TMPDIR+"/main.c");