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