diff options
Diffstat (limited to '2.3-1/src/c/differential_calculus/interfaces/int_ode.h')
-rw-r--r-- | 2.3-1/src/c/differential_calculus/interfaces/int_ode.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2.3-1/src/c/differential_calculus/interfaces/int_ode.h b/2.3-1/src/c/differential_calculus/interfaces/int_ode.h new file mode 100644 index 00000000..5000ed5e --- /dev/null +++ b/2.3-1/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 |