1 // SWIG file RungeKutta.i
2 
3 %{
4 #include "openturns/RungeKutta.hxx"
5 %}
6 
7 %include RungeKutta_doc.i
8 
9 %include openturns/RungeKutta.hxx
RungeKutta(const RungeKutta & other)10 namespace OT { %extend RungeKutta { RungeKutta(const RungeKutta & other) { return new OT::RungeKutta(other); } } }
11