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