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