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