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