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