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