summaryrefslogtreecommitdiff
path: root/src/c/differential_calculus/interfaces/int_ode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/differential_calculus/interfaces/int_ode.h')
-rw-r--r--src/c/differential_calculus/interfaces/int_ode.h27
1 files changed, 24 insertions, 3 deletions
diff --git a/src/c/differential_calculus/interfaces/int_ode.h b/src/c/differential_calculus/interfaces/int_ode.h
index 5000ed5..a27acba 100644
--- a/src/c/differential_calculus/interfaces/int_ode.h
+++ b/src/c/differential_calculus/interfaces/int_ode.h
@@ -1,9 +1,30 @@
-// FOSSEE IIT Bombay
+// Copyright (C) 2016 - 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: Siddhesh Wani
+// Organization: FOSSEE, IIT Bombay
+// Email: toolbox@scilab.in
-#ifdef __INT_ODE_H__
+#ifndef __INT_ODE_H__
#define __INT_ODE_H__
-#define d0d0d0g2ODEd0(in1, in2, in3, in4) ODE(in1, in2, in3, in4, 1, 1.0e-2,\
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define d0d0d0g2oded0(in1, in2, in3, in4) dodes(in1, in2, in3, in4, 1, 1.0e-2,\
1.0e-2, 1.0e-6)
+#define d2d0d0g2oded2(in1, size1, in2, in3, func_name, strsize, out) doded(in1, in2, in3, func_name \
+ 1, 1.0e-2, 1.0e-2, 1.0e-6, out)
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+
#endif /*__INT_ODE_H__*/ \ No newline at end of file