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