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