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