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