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