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