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