summaryrefslogtreecommitdiff
path: root/src/c/differential_calculus/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/differential_calculus/interfaces')
-rw-r--r--src/c/differential_calculus/interfaces/int_ode.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/c/differential_calculus/interfaces/int_ode.h b/src/c/differential_calculus/interfaces/int_ode.h
new file mode 100644
index 0000000..5000ed5
--- /dev/null
+++ b/src/c/differential_calculus/interfaces/int_ode.h
@@ -0,0 +1,9 @@
+// FOSSEE IIT Bombay
+
+#ifdef __INT_ODE_H__
+#define __INT_ODE_H__
+
+#define d0d0d0g2ODEd0(in1, in2, in3, in4) ODE(in1, in2, in3, in4, 1, 1.0e-2,\
+ 1.0e-2, 1.0e-6)
+
+#endif /*__INT_ODE_H__*/ \ No newline at end of file