summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/lib2
-rw-r--r--macros/octave_fun.binbin4411 -> 5099 bytes
-rw-r--r--macros/octave_fun.sci12
3 files changed, 13 insertions, 1 deletions
diff --git a/macros/lib b/macros/lib
index 213db23..cb6a4f3 100644
--- a/macros/lib
+++ b/macros/lib
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<scilablib name="scilab_octavelib">
- <macro name="octave_fun" file="octave_fun.bin" md5="f6d4e5358236b998f4f2a59ddd85e8e7"/>
+ <macro name="octave_fun" file="octave_fun.bin" md5="6ad8fad09432830150f1556a9cf59451"/>
</scilablib>
diff --git a/macros/octave_fun.bin b/macros/octave_fun.bin
index f063b32..ae7dd13 100644
--- a/macros/octave_fun.bin
+++ b/macros/octave_fun.bin
Binary files differ
diff --git a/macros/octave_fun.sci b/macros/octave_fun.sci
index 60bd69f..da8b3ac 100644
--- a/macros/octave_fun.sci
+++ b/macros/octave_fun.sci
@@ -1,3 +1,15 @@
+// Copyright (C) 2019 - 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: Rupak Rokade
+// Organization: FOSSEE, IIT Bombay
+// Email: toolbox@scilab.in
+
+
function [y] = octave_fun()
// Calls an octave function with given inputs and returns the expected output
//