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