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