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